From 3ade46985bb77d53f63c613b70e1de4d0d924ce1 Mon Sep 17 00:00:00 2001 From: DarDarDoor <103888480+DarDarDoor@users.noreply.github.com> Date: Sat, 28 May 2022 17:22:56 +0000 Subject: [PATCH] coldfix --- itteblox-helper.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/itteblox-helper.sh b/itteblox-helper.sh index c06c3d5..1265ec0 100644 --- a/itteblox-helper.sh +++ b/itteblox-helper.sh @@ -100,9 +100,9 @@ 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/967850391431708712/ItteBloxFixed.zip -mkdir itteblox -mv ItteBloxFixed.zip itteblox -cd itteblox +mkdir $HOME/itteblox +mv ItteBloxFixed.zip $HOME/itteblox +cd $HOME/itteblox unzip ItteBloxFixed.zip rm ItteBloxFixed.zip wine ItteBloxURI.exe