From e08878da617266e13252926d9066e026a5d9b234 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, 10 Nov 2024 16:23:36 +0500 Subject: [PATCH] fix install.sh --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 6ab2db5..4424b14 100755 --- a/install.sh +++ b/install.sh @@ -53,8 +53,9 @@ check_utils 7z -print_msg "Create the /home/autobuild folder..." +print_msg "Create the toolchain folders..." +sudo mkdir -p $DEFAULT_TOOLCHAIN_DIR sudo mkdir -p $TOOLCHAIN_DIR print_ok "Successfully!"