Don't prompt user to clean and purge apt during install

This commit is contained in:
SolidHal 2019-12-29 15:31:58 -06:00
parent 3b03399716
commit 31c21eb845

View File

@ -137,7 +137,7 @@ cp -rf $DIR/headphone-acpi-toggle /etc/acpi/events/headphone-acpi-toggle
mkdir /etc/X11/xorg.conf.d/
cp -rf $DIR/30-touchpad.conf /etc/X11/xorg.conf.d/
apt clean && apt autoremove --purge
apt clean -y && apt autoremove --purge -y
#enable periodic TRIM
cp /lib/systemd/system/fstrim.{service,timer} /etc/systemd/system