This commit is contained in:
DarDarDoor 2022-04-24 19:19:49 +01:00 committed by GitHub
parent efe1f9ec63
commit 15b20e54c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 12 deletions

View File

@ -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! "

View File

@ -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

View File

@ -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