Fix permission issues

This commit is contained in:
Manuel Thalmann 2024-07-15 13:23:00 +02:00
parent e6beab8438
commit b75bcb3e1a

View file

@ -8,7 +8,7 @@ begin
end end
function configureSW function configureSW
sed -i \ sudo sed -i \
-e '/^\[options\]$/,/^\[/{' \ -e '/^\[options\]$/,/^\[/{' \
-e 's/^#\?\(Color\)$/\1/;' \ -e 's/^#\?\(Color\)$/\1/;' \
-e '/^# Misc Options$/{' ( -e '/^# Misc Options$/{' (
@ -19,7 +19,7 @@ begin
-e '/^#\?\[multilib\]$/,/^$/{ s/^#\?\(.*\)$/\1/; }' \ -e '/^#\?\[multilib\]$/,/^$/{ s/^#\?\(.*\)$/\1/; }' \
/etc/pacman.conf /etc/pacman.conf
pacman -Sy sudo pacman -Sy
end end
runInstaller $argv runInstaller $argv