Autoremove instead of autoclean

This commit is contained in:
Fierelier 2022-08-11 00:21:25 +02:00
parent ce9ceb1e0e
commit dc89e6debd

View File

@ -2,6 +2,6 @@
echo "#!/bin/bash
apt -y install $WDVN_PACKAGES_DL
apt -y remove $WDVN_PACKAGES_REMOVE
apt -y autoclean
apt -y autoremove
" >"$1/oobe/setupComplete/00-packages"
chmod +x "$1/oobe/setupComplete/00-packages"