diff --git a/programs/x86_64/signal b/programs/x86_64/signal index 753445cfd..93432cb69 100644 --- a/programs/x86_64/signal +++ b/programs/x86_64/signal @@ -3,7 +3,7 @@ # AM INSTALL SCRIPT VERSION 3.5 set -u APP=signal -SITE="Twig6943/Signal-AppImage" +SITE="karo-solutions/Signal-Desktop-AppImage" # CREATE DIRECTORIES AND ADD REMOVER [ -n "$APP" ] && mkdir -p "/opt/$APP/tmp" "/opt/$APP/icons" && cd "/opt/$APP/tmp" || exit 1 @@ -12,7 +12,7 @@ printf '\n%s' "rm -f /usr/local/share/applications/$APP-AM.desktop" >> ../remove chmod a+x ../remove || exit 1 # DOWNLOAD AND PREPARE THE APP, $version is also used for updates -version=$(curl -Ls https://api.github.com/repos/Twig6943/Signal-AppImage/releases | sed 's/[()",{} ]/\n/g' | grep -oi "https.*mage$" | grep -vi "i386\|i686\|aarch64\|arm64\|armv7l" | head -1) +version=$(curl -Ls https://api.github.com/repos/karo-solutions/Signal-Desktop-AppImage/releases | sed 's/[()",{} ]/\n/g' | grep -oi "https.*mage$" | grep -vi "i386\|i686\|aarch64\|arm64\|armv7l" | head -1) wget "$version" || exit 1 # Keep this space in sync with other installation scripts # Use tar fx ./*tar* here for example in this line in case a compressed file is downloaded. @@ -31,9 +31,9 @@ cat >> ./AM-updater << 'EOF' #!/bin/sh set -u APP=signal -SITE="Twig6943/Signal-AppImage" +SITE="karo-solutions/Signal-Desktop-AppImage" version0=$(cat "/opt/$APP/version") -version=$(curl -Ls https://api.github.com/repos/Twig6943/Signal-AppImage/releases | sed 's/[()",{} ]/\n/g' | grep -oi "https.*mage$" | grep -vi "i386\|i686\|aarch64\|arm64\|armv7l" | head -1) +version=$(curl -Ls https://api.github.com/repos/karo-solutions/Signal-Desktop-AppImage/releases | sed 's/[()",{} ]/\n/g' | grep -oi "https.*mage$" | grep -vi "i386\|i686\|aarch64\|arm64\|armv7l" | head -1) [ -n "$version" ] || { echo "Error getting link"; exit 1; } if command -v appimageupdatetool >/dev/null 2>&1; then cd "/opt/$APP" || exit 1