Update install.sh

Idk what happened with git but it wrote this file wrong
This commit is contained in:
Егор
2025-03-16 18:32:14 +05:00
committed by GitHub
parent 9a0f77770d
commit 0529643832

View File

@@ -42,13 +42,10 @@ 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"