From 4047c37fa8619b81c796df286854292c00b23b91 Mon Sep 17 00:00:00 2001 From: itteh <36374487+ittehgeps@users.noreply.github.com> Date: Wed, 20 Apr 2022 09:23:39 -0400 Subject: [PATCH 1/2] Capitalization and url change recently the url changed capitalization is a personal pref, if you don't like it you can close the pr --- itteblox-helper.sh | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/itteblox-helper.sh b/itteblox-helper.sh index ea09de1..d2cd3d9 100644 --- a/itteblox-helper.sh +++ b/itteblox-helper.sh @@ -3,7 +3,7 @@ if [ "$1" == "uninstall" ] || [ "$1" == "uninstaller" ] then -echo "Uninstalling Itteblox in 3 seconds... " +echo "Uninstalling ItteBlox in 3 seconds... " sleep 3 rm $HOME/itteblox -rf sudo rm /usr/share/applications/itteblox.desktop @@ -12,7 +12,7 @@ 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 "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. " sleep 3 @@ -62,12 +62,12 @@ then sudo emerge --ask virtual/wine-staging net-misc/wget fi -echo "The URI for Itteblox will now be made. " +echo "The URI for ItteBlox will now be made. " sleep 1 touch itteblox.desktop echo "[Desktop Entry]" >> itteblox.desktop echo "Name=Itteblox Player" >> itteblox.desktop -echo "Comment=https://ittblox.ml/" >> itteblox.desktop +echo "Comment=https://ittblox.cf/" >> itteblox.desktop echo "Type=Application" >> itteblox.desktop echo "Exec=wine $HOME/itteblox/ItteBloxLauncher.exe %u" >> itteblox.desktop echo "MimeType=x-scheme-handler/itblox" >> itteblox.desktop @@ -92,7 +92,7 @@ echo "winecfg will now open. Set the OS to be Windows 10. " sleep 3 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 wget -nc https://cdn.discordapp.com/attachments/876914292488826880/921519263108456448/itteblox.zip mkdir itteblox @@ -102,7 +102,6 @@ unzip itteblox.zip rm itteblox.zip 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! " echo "If there are any problems, DM me on Discord. DarDarDar#3429. " exit - From f79b3d9ae7bded329b05fd979ee479d9d4a3b0b4 Mon Sep 17 00:00:00 2001 From: itteh <36374487+ittehgeps@users.noreply.github.com> Date: Wed, 20 Apr 2022 14:36:14 -0400 Subject: [PATCH 2/2] Fixed domain again it was reported FSR --- itteblox-helper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/itteblox-helper.sh b/itteblox-helper.sh index d2cd3d9..a02d3c0 100644 --- a/itteblox-helper.sh +++ b/itteblox-helper.sh @@ -67,7 +67,7 @@ sleep 1 touch itteblox.desktop echo "[Desktop Entry]" >> itteblox.desktop echo "Name=Itteblox Player" >> itteblox.desktop -echo "Comment=https://ittblox.cf/" >> itteblox.desktop +echo "Comment=https://ittblox.gay/" >> itteblox.desktop echo "Type=Application" >> itteblox.desktop echo "Exec=wine $HOME/itteblox/ItteBloxLauncher.exe %u" >> itteblox.desktop echo "MimeType=x-scheme-handler/itblox" >> itteblox.desktop