From 9262ee0fa42d2d87cc828cd897ef310e430e49dd Mon Sep 17 00:00:00 2001 From: Egor00f Date: Fri, 8 Nov 2024 17:45:32 +0000 Subject: [PATCH] fix of fix --- install.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/install.sh b/install.sh index b2f850a..c090c5f 100755 --- a/install.sh +++ b/install.sh @@ -129,13 +129,6 @@ 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 [ ("$EUID" -ne 0) -o (! -f /etc/profile.d/KolibriOS-Toolchain.sh) ] -then - echo '$PATH:/home/autobuild/tools/win32/bin' >> /etc/profile.d/KolibriOS-Toolchain.sh -else - print_err "You must be logined as root!" -fi - if ["$EUID" -ne 0 ] && [ ! -f /etc/profile.d/KolibriOS-Toolchain.sh ] then echo '$PATH:/home/autobuild/tools/win32/bin' >> /etc/profile.d/KolibriOS-Toolchain.sh