Fix syntax errors
This commit is contained in:
parent
07b864ea22
commit
8945b8f633
1 changed files with 3 additions and 3 deletions
|
@ -10,12 +10,12 @@ begin
|
||||||
function configureSW
|
function configureSW
|
||||||
sed -i \
|
sed -i \
|
||||||
-e "/^\[options\]$/,/^\[/{" \
|
-e "/^\[options\]$/,/^\[/{" \
|
||||||
-e "s/^#\?\(Color\)$/\1/;" \
|
-e 's/^#\?\(Color\)$/\1/;' \
|
||||||
-e "/^# Misc Options$/{" (
|
-e '/^# Misc Options$/{' (
|
||||||
# -e "a ILoveCandy"
|
# -e "a ILoveCandy"
|
||||||
) \
|
) \
|
||||||
-e "};" \
|
-e "};" \
|
||||||
-e "/^#\?\[multilib\]$/,/^$/{ s/^#\?\(.*\)$/\1/; }" \
|
-e '/^#\?\[multilib\]$/,/^$/{ s/^#\?\(.*\)$/\1/; }' \
|
||||||
/etc/pacman.conf
|
/etc/pacman.conf
|
||||||
|
|
||||||
pacinst -Sy
|
pacinst -Sy
|
||||||
|
|
Loading…
Reference in a new issue