From 8aba971d1b8e5cb7c6e5721c0161aaceac3c08c5 Mon Sep 17 00:00:00 2001 From: Dragoon Dorise Date: Sun, 29 Dec 2024 20:12:12 +0100 Subject: [PATCH] test --- install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/install.sh b/install.sh index f46fa4b93..5179e71c4 100644 --- a/install.sh +++ b/install.sh @@ -109,5 +109,4 @@ EMUDECK_URL="$(curl -s ${EMUDECK_GITHUB_URL} | grep -E 'browser_download_url.*Ap mkdir -p ~/Applications curl -L "${EMUDECK_URL}" -o ~/Applications/EmuDeck.AppImage 2>&1 | stdbuf -oL tr '\r' '\n' | sed -u 's/^ *\([0-9][0-9]*\).*\( [0-9].*$\)/\1\n#Download Speed\:\2/' | zenity --progress --title "Downloading EmuDeck" --width 600 --auto-close --no-cancel 2>/dev/null chmod +x ~/Applications/EmuDeck.AppImage -nohup ~/Applications/EmuDeck.AppImage $sandbox > /dev/null 2>&1 & -sleep 10 \ No newline at end of file +~/Applications/EmuDeck.AppImage $sandbox > /dev/null 2>&1 & disown \ No newline at end of file