From 9b3be458328372afb1b7c0ff6e7d456603a6ea1b 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: Fri, 8 Nov 2024 21:55:46 +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 65ac1fc..8db49c2 100755 --- a/install.sh +++ b/install.sh @@ -131,7 +131,7 @@ fi if ! grep -q '$PATH:/home/autobuild/tools/win32/bin' /etc/profile; then print_msg "Adding '/home/autobuild/tools/win32/bin' to '/etc/profiles'" - echo '$PATH:/home/autobuild/tools/win32/bin' >> /etc/profile + sudo echo '$PATH:/home/autobuild/tools/win32/bin' >> /etc/profile fi cd "$OLDPWD"