This commit is contained in:
Ivan Jurišić 2024-04-19 12:36:53 +02:00
parent 32a323c76b
commit 075608f01f

View File

@ -2,7 +2,7 @@
#### Variables
APT_UPDATE="apt -y update"
APT_INST="apt -y install"
APT_INST="apt --no-install-recommends -y install"
APT_PURGE="apt -y purge"
APT_REMOVE="apt -y autoremove"