File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -187,7 +187,7 @@ sudo apt-get install -y curl xz-utils
187187cd ~
188188
189189# This creates a fastfreeze directory in the current directory
190- curl -SL https://github.com/twosigma/fastfreeze/releases/download/v1.3.0-rc6 /fastfreeze-v1.3.0-rc6 .tar.xz | tar xJf -
190+ curl -SL https://github.com/twosigma/fastfreeze/releases/download/v1.3.0/fastfreeze-v1.3.0.tar.xz | tar xJf -
191191
192192# Optionally, you can make a fastfreeze symlink in ~/bin or /usr/local/bin for easy access.
193193ln -s $( pwd) /fastfreeze/fastfreeze ~ /bin
@@ -213,7 +213,7 @@ RUN apt-get update
213213RUN apt-get install -y curl xz-utils
214214
215215RUN set -ex; \
216- curl -SL https://github.com/twosigma/fastfreeze/releases/download/v1.3.0-rc6 /fastfreeze-v1.3.0-rc6 .tar.xz | \
216+ curl -SL https://github.com/twosigma/fastfreeze/releases/download/v1.3.0/fastfreeze-v1.3.0.tar.xz | \
217217 tar xJf - -C /opt; \
218218 ln -s /opt/fastfreeze/fastfreeze /usr/local/bin; \
219219 fastfreeze install
You can’t perform that action at this time.
0 commit comments