Autoremove instead of autoclean
This commit is contained in:
parent
ce9ceb1e0e
commit
dc89e6debd
@ -2,6 +2,6 @@
|
|||||||
echo "#!/bin/bash
|
echo "#!/bin/bash
|
||||||
apt -y install $WDVN_PACKAGES_DL
|
apt -y install $WDVN_PACKAGES_DL
|
||||||
apt -y remove $WDVN_PACKAGES_REMOVE
|
apt -y remove $WDVN_PACKAGES_REMOVE
|
||||||
apt -y autoclean
|
apt -y autoremove
|
||||||
" >"$1/oobe/setupComplete/00-packages"
|
" >"$1/oobe/setupComplete/00-packages"
|
||||||
chmod +x "$1/oobe/setupComplete/00-packages"
|
chmod +x "$1/oobe/setupComplete/00-packages"
|
||||||
|
Loading…
Reference in New Issue
Block a user