Fix syntax errors

This commit is contained in:
Manuel Thalmann 2024-07-14 10:10:14 +02:00
parent 07b864ea22
commit 8945b8f633

View file

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