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,13 +42,10 @@ else
|
||||
read INPUT
|
||||
if [[ ! -z "$INPUT" ]]; then
|
||||
TOOLCHAIN_DIR=$INPUT
|
||||
if [[ ! -z "$INPUT" ]]; then
|
||||
TOOLCHAIN_DIR=$INPUe
|
||||
else
|
||||
TOOLCHAIN_DIR=$DEFAULT_TOOLCHAIN_DIR
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
|
||||
echo -e "\e[0mInstalling toolchain to \e[97m$TOOLCHAIN_DIR\e[0m"
|
||||
|
||||
|
Reference in New Issue
Block a user