Skip to content

Commit a7f0a67

Browse files
authored
Update installer-deb.sh
1 parent a4cd41d commit a7f0a67

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/installer-deb.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,10 @@ echo "Found arch $ARCH"
105105
if [ "$ARCH" = "aarch64" ]; then
106106
printf "${green}Installing Guppy Screen ${white}\n"
107107

108-
ASSET_URL="https://github.com/probielodan/guppyscreen/releases/latest/download/guppyscreen-arm.tar.gz"
108+
ASSET_URL="https://github.com/PyCos/guppyscreen-PyCos-fork/releases/latest/download/guppyscreen-arm.tar.gz"
109109
if [ "$1" = "nightly" ]; then
110110
printf "${yellow}Installing nightly build ${white}\n"
111-
ASSET_URL="https://github.com/probielodan/guppyscreen/releases/download/nightly/guppyscreen-arm.tar.gz"
111+
ASSET_URL="https://github.com/PyCos/guppyscreen-PyCos-fork/releases/download/nightly/guppyscreen-arm.tar.gz"
112112
fi
113113

114114
curl -s -L $ASSET_URL -o /tmp/guppyscreen.tar.gz

0 commit comments

Comments
 (0)