Fix syntax errors

This commit is contained in:
Manuel Thalmann 2024-07-14 22:34:06 +02:00
parent dd80318bdc
commit b0608a95f5

View file

@ -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