From dfa1e31d04ebee6bc38c7a468017a22c9d31baf4 Mon Sep 17 00:00:00 2001 From: Dragoon Dorise Date: Fri, 8 Mar 2024 11:04:30 +0100 Subject: [PATCH] nohup --- install-early.sh | 3 ++- install.sh | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/install-early.sh b/install-early.sh index 524aec7e..b14526b6 100644 --- a/install-early.sh +++ b/install-early.sh @@ -108,4 +108,5 @@ 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 -~/Applications/EmuDeck.AppImage +nohup ~/Applications/EmuDeck.AppImage +exit \ No newline at end of file diff --git a/install.sh b/install.sh index 9619349d..fdd12e12 100644 --- a/install.sh +++ b/install.sh @@ -108,4 +108,5 @@ 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 -~/Applications/EmuDeck.AppImage +nohup ~/Applications/EmuDeck.AppImage +exit \ No newline at end of file