Fix permission issues
This commit is contained in:
parent
272ccaa2f3
commit
fc679e92e6
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue