From 15b20e54c455977d31642d72705062e3cfc611e2 Mon Sep 17 00:00:00 2001 From: DarDarDoor <103888480+DarDarDoor@users.noreply.github.com> Date: Sun, 24 Apr 2022 19:19:49 +0100 Subject: [PATCH] v1.6.5 --- itteblox-helper.sh | 12 ++++++------ placeholder-helper.sh | 2 +- tadah-helper.sh | 10 +++++----- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/itteblox-helper.sh b/itteblox-helper.sh index 0bd2d44..fa1b3de 100644 --- a/itteblox-helper.sh +++ b/itteblox-helper.sh @@ -12,8 +12,8 @@ echo "Uninstallation done. Run the script like normal if you'd like to reinstall exit fi -echo "This is the ItteBlox Installer helper, v1.6. " -echo "Before installation begins, some dependencies need to be installed. If anything prompts for a password, enter it, and if there's a yes/no answer, enter yes. " +echo "This is the ItteBlox Installer helper, v1.6.5. " +echo "Before installation begins, some dependencies may need to be installed. If anything prompts for a password, enter it, and if there's a yes/no answer, enter yes. " sleep 3 DISTRO=`cat /etc/*release | grep DISTRIB_ID | cut -d '=' -f 2` # gets distro name @@ -94,12 +94,12 @@ winecfg echo "The script will now install ItteBlox. After you are done with ItteBloxURI.exe, press CTRL+C to close it. " sleep 3 -wget -nc https://cdn.discordapp.com/attachments/876914292488826880/966405305409884290/ItteBlox.zip +wget -nc https://cdn.discordapp.com/attachments/876914292488826880/967850391431708712/ItteBloxFixed.zip mkdir itteblox -mv itteblox.zip itteblox +mv ItteBloxFixed.zip itteblox cd itteblox -unzip itteblox.zip -rm itteblox.zip +unzip ItteBloxFixed.zip +rm ItteBloxFixed.zip wine ItteBloxURI.exe echo "The script has installed ItteBlox. Play a game and it should work! " diff --git a/placeholder-helper.sh b/placeholder-helper.sh index 3fef448..0a097e9 100644 --- a/placeholder-helper.sh +++ b/placeholder-helper.sh @@ -34,7 +34,7 @@ exit fi fi -echo "This is the Placeholder Installer helper, v1.6. " +echo "This is the Placeholder Installer helper, v1.6.5. " echo "Before installation begins, some dependencies may need to be installed. If anything prompts for a password, enter it, and if there's a yes/no answer, enter yes. " sleep 3 diff --git a/tadah-helper.sh b/tadah-helper.sh index 95fb5d6..d4dac76 100644 --- a/tadah-helper.sh +++ b/tadah-helper.sh @@ -27,8 +27,8 @@ exit fi fi -echo "This is the Tadah Installer helper, v1.6. " -echo "Before installation begins, some dependencies need to be installed. If anything prompts for a password, enter it, and if there's a yes/no answer, enter yes. " +echo "This is the Tadah Installer helper, v1.6.5. " +echo "Before installation begins, some dependencies may need to be installed. If anything prompts for a password, enter it, and if there's a yes/no answer, enter yes. " sleep 3 DISTRO=`cat /etc/*release | grep DISTRIB_ID | cut -d '=' -f 2` # gets distro name @@ -109,8 +109,8 @@ WINEPREFIX=$PREFIX winecfg echo "The script will now install Tadah." sleep 3 -wget -nc https://cdn.discordapp.com/attachments/896484783180382222/962901711763144714/TadahFourteen.exe -WINEPREFIX=$PREFIX wine TadahFourteen.exe +wget -nc https://cdn.discordapp.com/attachments/896484783180382222/966449969030660146/TadahLauncher.exe +WINEPREFIX=$PREFIX wine TadahLauncher.exe if [ "$1" == "dxvk" ] || [ "$2" == "dxvk" ] then @@ -127,6 +127,6 @@ fi echo "The script has installed Tadah. Play a game and it should work! " echo "If there are any problems, DM me on Discord. DarDarDar#3429. " -rm TadahFourteen.exe +rm TadahLauncher.exe exit