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