mirror of
https://github.com/Egor00f/kolibrios-gcc-toolchain.git
synced 2025-09-20 18:00:07 +02:00
Update install.sh
Idk what happened with git but it wrote this file wrong
This commit is contained in:
@@ -42,12 +42,9 @@ else
|
|||||||
read INPUT
|
read INPUT
|
||||||
if [[ ! -z "$INPUT" ]]; then
|
if [[ ! -z "$INPUT" ]]; then
|
||||||
TOOLCHAIN_DIR=$INPUT
|
TOOLCHAIN_DIR=$INPUT
|
||||||
if [[ ! -z "$INPUT" ]]; then
|
|
||||||
TOOLCHAIN_DIR=$INPUe
|
|
||||||
else
|
else
|
||||||
TOOLCHAIN_DIR=$DEFAULT_TOOLCHAIN_DIR
|
TOOLCHAIN_DIR=$DEFAULT_TOOLCHAIN_DIR
|
||||||
fi
|
fi
|
||||||
fi
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo -e "\e[0mInstalling toolchain to \e[97m$TOOLCHAIN_DIR\e[0m"
|
echo -e "\e[0mInstalling toolchain to \e[97m$TOOLCHAIN_DIR\e[0m"
|
||||||
|
Reference in New Issue
Block a user