From 0529643832ab5fdbbfbdcd0e753345cccabe60d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=95=D0=B3=D0=BE=D1=80?= <148970641+Egor00f@users.noreply.github.com> Date: Sun, 16 Mar 2025 18:32:14 +0500 Subject: [PATCH] Update install.sh Idk what happened with git but it wrote this file wrong --- install.sh | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/install.sh b/install.sh index ea68137..243ff8a 100755 --- a/install.sh +++ b/install.sh @@ -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