Prevent duplicate options and deactivate ILoveCandy
This commit is contained in:
parent
0f8fa1b0b9
commit
51ba484589
1 changed files with 2 additions and 1 deletions
|
@ -2,8 +2,9 @@
|
||||||
sudo sed -i \
|
sudo sed -i \
|
||||||
-e "/^\[options\]$/,/^\[/{" \
|
-e "/^\[options\]$/,/^\[/{" \
|
||||||
-e "s/^#\?\(Color\)$/\1/;" \
|
-e "s/^#\?\(Color\)$/\1/;" \
|
||||||
|
-e "/^ILoveCandy$/d;" \
|
||||||
-e "/^# Misc options$/{" \
|
-e "/^# Misc options$/{" \
|
||||||
-e "a ILoveCandy" \
|
`# -e "a ILoveCandy"` \
|
||||||
-e "};" \
|
-e "};" \
|
||||||
-e "}" \
|
-e "}" \
|
||||||
-e "/^#\?\[multilib\]$/,/^$/{ s/^#\?\(.*\)$/\1/; }" \
|
-e "/^#\?\[multilib\]$/,/^$/{ s/^#\?\(.*\)$/\1/; }" \
|
||||||
|
|
Loading…
Reference in a new issue