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 exit
fi fi
echo "This is the ItteBlox Installer helper, v1.6. " echo "This is the ItteBlox Installer helper, v1.6.5. "
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 "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 sleep 3
DISTRO=`cat /etc/*release | grep DISTRIB_ID | cut -d '=' -f 2` # gets distro name 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. " echo "The script will now install ItteBlox. After you are done with ItteBloxURI.exe, press CTRL+C to close it. "
sleep 3 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 mkdir itteblox
mv itteblox.zip itteblox mv ItteBloxFixed.zip itteblox
cd itteblox cd itteblox
unzip itteblox.zip unzip ItteBloxFixed.zip
rm itteblox.zip rm ItteBloxFixed.zip
wine ItteBloxURI.exe wine ItteBloxURI.exe
echo "The script has installed ItteBlox. Play a game and it should work! " echo "The script has installed ItteBlox. Play a game and it should work! "

View File

@ -34,7 +34,7 @@ exit
fi fi
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. " 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 sleep 3

View File

@ -27,8 +27,8 @@ exit
fi fi
fi fi
echo "This is the Tadah Installer helper, v1.6. " echo "This is the Tadah Installer helper, v1.6.5. "
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 "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 sleep 3
DISTRO=`cat /etc/*release | grep DISTRIB_ID | cut -d '=' -f 2` # gets distro name 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." echo "The script will now install Tadah."
sleep 3 sleep 3
wget -nc https://cdn.discordapp.com/attachments/896484783180382222/962901711763144714/TadahFourteen.exe wget -nc https://cdn.discordapp.com/attachments/896484783180382222/966449969030660146/TadahLauncher.exe
WINEPREFIX=$PREFIX wine TadahFourteen.exe WINEPREFIX=$PREFIX wine TadahLauncher.exe
if [ "$1" == "dxvk" ] || [ "$2" == "dxvk" ] if [ "$1" == "dxvk" ] || [ "$2" == "dxvk" ]
then then
@ -127,6 +127,6 @@ fi
echo "The script has installed Tadah. Play a game and it should work! " 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. " echo "If there are any problems, DM me on Discord. DarDarDar#3429. "
rm TadahFourteen.exe rm TadahLauncher.exe
exit exit