From eddb68b06b538c53fdf8a2d29b7abb6676ee2840 Mon Sep 17 00:00:00 2001 From: "zacharias@4zellen.se" Date: Thu, 12 Feb 2026 22:16:51 +0100 Subject: [PATCH] Updated script to remove redudent debug sleeps --- install.sh | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/install.sh b/install.sh index fe6ea24..6b45c81 100755 --- a/install.sh +++ b/install.sh @@ -44,8 +44,6 @@ else GET_PROTON=1 fi -sleep 5 - if [[ $GET_PROTON -eq 1 ]] then echo "Failed to find Proton. If you know where Proton is, enter the path. Otherwise, we can install the latest Proton GE. Proceed? [Y/n]" read answer @@ -144,7 +142,7 @@ fi echo "Found Proton" -sleep 5 +sleep 2 if [[ -z "$PROTON_PATH" ]] then echo "The Proton Path is empty for unkown reasons. Please try again." @@ -152,7 +150,7 @@ if [[ -z "$PROTON_PATH" ]] then fi echo "Downloading the EA App Installer" -sleep 5 +sleep 1 if ! command -v curl > /dev/null 2>&1; then echo "Missing curl. Please download it." @@ -169,8 +167,8 @@ STEAM_COMPAT_DATA_PATH="$HOME/.local/share/EAapp/" mkdir -p "$STEAM_COMPAT_DATA_PATH" echo "Using $STEAM_COMPAT_DATA_PATH as proton prefix. This is where EA App will be installed to" # TODO: Add the copying or generation of the .desktop file -echo " -sleep 5 +echo "" +sleep 1 echo "Starting proton in 5s, we might lose controll, if no application starts then we might have an issue, I trust you proton!..." sleep 5 "$PROTON_PATH/proton" "$TMP_DIR/EAappInstaller.exe" \ No newline at end of file