Drop a gsetting command that didn't actually do anything

Same as the previous commit, it only changed the value as root and
didn't actually affect the liveuser.
This commit is contained in:
Kalev Lember 2021-02-17 21:12:50 +01:00
parent 41c60146e7
commit 1c4830c166
1 changed files with 0 additions and 3 deletions

View File

@ -187,9 +187,6 @@ systemctl --no-reload disable mdmonitor-takeover.service 2> /dev/null || :
systemctl stop mdmonitor.service 2> /dev/null || :
systemctl stop mdmonitor-takeover.service 2> /dev/null || :
# don't enable the gnome-settings-daemon packagekit plugin
gsettings set org.gnome.software download-updates 'false' || :
# don't start cron/at as they tend to spawn things which are
# disk intensive that are painful on a live image
systemctl --no-reload disable crond.service 2> /dev/null || :