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
|
||||
sed -i \
|
||||
-e "/^\[options\]$/,/^\[/{" \
|
||||
-e "s/^#\?\(Color\)$/\1/;" \
|
||||
-e "/^# Misc Options$/{" (
|
||||
-e 's/^#\?\(Color\)$/\1/;' \
|
||||
-e '/^# Misc Options$/{' (
|
||||
# -e "a ILoveCandy"
|
||||
) \
|
||||
-e "};" \
|
||||
-e "/^#\?\[multilib\]$/,/^$/{ s/^#\?\(.*\)$/\1/; }" \
|
||||
-e '/^#\?\[multilib\]$/,/^$/{ s/^#\?\(.*\)$/\1/; }' \
|
||||
/etc/pacman.conf
|
||||
|
||||
pacinst -Sy
|
||||
|
|
Loading…
Reference in a new issue