1 parent a4cd41d commit a7f0a67Copy full SHA for a7f0a67
1 file changed
scripts/installer-deb.sh
@@ -105,10 +105,10 @@ echo "Found arch $ARCH"
105
if [ "$ARCH" = "aarch64" ]; then
106
printf "${green}Installing Guppy Screen ${white}\n"
107
108
- ASSET_URL="https://github.com/probielodan/guppyscreen/releases/latest/download/guppyscreen-arm.tar.gz"
+ ASSET_URL="https://github.com/PyCos/guppyscreen-PyCos-fork/releases/latest/download/guppyscreen-arm.tar.gz"
109
if [ "$1" = "nightly" ]; then
110
printf "${yellow}Installing nightly build ${white}\n"
111
- ASSET_URL="https://github.com/probielodan/guppyscreen/releases/download/nightly/guppyscreen-arm.tar.gz"
+ ASSET_URL="https://github.com/PyCos/guppyscreen-PyCos-fork/releases/download/nightly/guppyscreen-arm.tar.gz"
112
fi
113
114
curl -s -L $ASSET_URL -o /tmp/guppyscreen.tar.gz
0 commit comments