Fix syntax errors
This commit is contained in:
parent
dd80318bdc
commit
b0608a95f5
|
@ -9,12 +9,13 @@ begin
|
|||
|
||||
function configureSW
|
||||
sed -i \
|
||||
-e "/^\[options\]$/,/^\[/{" \
|
||||
-e '/^\[options\]$/,/^\[/{' \
|
||||
-e 's/^#\?\(Color\)$/\1/;' \
|
||||
-e '/^# Misc Options$/{' (
|
||||
# -e "a ILoveCandy"
|
||||
) \
|
||||
-e "};" \
|
||||
-e "}" \
|
||||
-e '/^#\?\[multilib\]$/,/^$/{ s/^#\?\(.*\)$/\1/; }' \
|
||||
/etc/pacman.conf
|
||||
|
||||
|
|
Loading…
Reference in a new issue