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