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,11 +42,8 @@ else
read INPUT
if [[ ! -z "$INPUT" ]]; then
TOOLCHAIN_DIR=$INPUT
if [[ ! -z "$INPUT" ]]; then
TOOLCHAIN_DIR=$INPUe
else
TOOLCHAIN_DIR=$DEFAULT_TOOLCHAIN_DIR
fi
else
TOOLCHAIN_DIR=$DEFAULT_TOOLCHAIN_DIR
fi
fi