From 5968d5a12b684b4d9d4e520c950d2aed3b255a85 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 15:46:47 +0500 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 95244e9..6738eb8 100755 --- a/install.sh +++ b/install.sh @@ -156,7 +156,7 @@ fi # WTF?! sudo /usr/bin/mkdir -p /etc/kos32-gcc -sudo echo $TOOLCHAIN_DIR >> /etc/kos32-gcc/install-path +echo $TOOLCHAIN_DIR | sudo tee /etc/kos32-gcc/install-path export $MESSAGE