Update install.sh

This commit is contained in:
Егор 2024-11-08 21:55:46 +05:00 committed by GitHub
parent fb37fd61a8
commit 9b3be45832
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"