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