From 6d994d865c28b867147c4718248505d2d39a9151 Mon Sep 17 00:00:00 2001 From: Egor00f Date: Fri, 8 Nov 2024 17:23:56 +0000 Subject: [PATCH] fix --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 14f0955..ae5117f 100755 --- a/install.sh +++ b/install.sh @@ -129,7 +129,7 @@ if ! grep -q 'export PATH=$PATH:/home/autobuild/tools/win32/bin' ~/.bashrc; then echo 'export PATH=$PATH:/home/autobuild/tools/win32/bin' >> ~/.bashrc fi -if if [ "$EUID" -ne 0 ] then +if [ "$EUID" -ne 0 ] then if ! grep -q '$PATH:/home/autobuild/tools/win32/bin' /etc/profile; then print_msg "Adding '/home/autobuild/tools/win32/bin' to '/etc/profiles'" sudo echo '$PATH:/home/autobuild/tools/win32/bin' >> /etc/profile.d/KolibriOS-Toolchain.sh