Skip to content

Commit b7799e0

Browse files
authored
Merge pull request #43 from ebenjs/add-miscelleanous-files
update latest release gist
2 parents f6b128d + 3dcd515 commit b7799e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install-scripts/install-script-deb.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -e
33

44
echo "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

88
if ! 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
1818
fi
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
2121
sudo mv /usr/local/bin/gpts/script.js /usr/local/bin/gpts/gpts
2222

2323
sudo chmod +x /usr/local/bin/gpts/gpts

0 commit comments

Comments
 (0)