Set apt defaults

Changed the apt maintenance tasks to ON (1)
This commit is contained in:
Sean Wheller 2019-07-27 12:15:04 +02:00
parent 807931db23
commit 778a4ab85f

View File

@ -88,10 +88,10 @@ else
fi
# Run apt maintenance
_APT_MAINETANCE="0"
_APT_MAINETANCE="1"
# Run install of depends
_APT_DEPENDS="0"
_APT_DEPENDS="1"
echo "#################################"
echo " SETTINGS LOADED"