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 33
44echo " Downloading binaries"
55
6- curl https://codeload.github.com/gist/8c298d51c599794ddcf5cdfc86012345/zip/6408d6c9c693ac30e0c4c0c19a4f42c0b869d84d --output gpt-shell-archive.zip
6+ curl https://codeload.github.com/gist/8c298d51c599794ddcf5cdfc86012345/zip/cc438ea8e60832c73617e9bb763b2d21a3645cb5 --output gpt-shell-archive.zip
77
88if ! which unzip > /dev/null; then
99 echo " Installing unzip"
@@ -17,7 +17,7 @@ if [ ! -d "/usr/local/bin/gpts" ]; then
1717 sudo mkdir /usr/local/bin/gpts
1818fi
1919
20- sudo mv ./gpt-shell-archive/8c298d51c599794ddcf5cdfc86012345-6408d6c9c693ac30e0c4c0c19a4f42c0b869d84d /* /usr/local/bin/gpts
20+ sudo mv ./gpt-shell-archive/8c298d51c599794ddcf5cdfc86012345-cc438ea8e60832c73617e9bb763b2d21a3645cb5 /* /usr/local/bin/gpts
2121sudo mv /usr/local/bin/gpts/script.js /usr/local/bin/gpts/gpts
2222
2323sudo chmod +x /usr/local/bin/gpts/gpts
You can’t perform that action at this time.
0 commit comments