🗃️ Committing everything that changed 🗃️

rootfs/root/docker/setup/custom
This commit is contained in:
casjay 2024-06-19 09:55:55 -04:00
parent 4ba7f161dd
commit cfa2f37efd
Signed by untrusted user who does not match committer: jason
GPG Key ID: 1AB309F42A764145

View File

@ -1,5 +1,8 @@
#!/usr/bin/env bash #!/usr/bin/env bash
export DEBIAN_FRONTEND="noninteractive"
export DEBCONF_NONINTERACTIVE_SEEN="true"
apt-get update && apt-get update &&
apt-get -y upgrade && apt-get -y upgrade &&
apt-get install -yy mailman exim4 apache2 apache2-data apache2-utils && apt-get install -yy mailman exim4 apache2 apache2-data apache2-utils &&