Update pre-install.sh (#448)

* Update pre-install.sh

Sets apt-get to be non interactive on the pre-install.

* Update pre-install.sh

Sets apt-get to be non interactive on the pre-install.
This commit is contained in:
AdSecIT
2025-08-13 14:32:39 +09:30
committed by GitHub
parent 1edb57cca5
commit 9d7fb24069
2 changed files with 6 additions and 0 deletions

View File

@@ -1,5 +1,8 @@
#!/bin/sh
# Set non-interactive mode for apt-get
export DEBIAN_FRONTEND=noninteractive
#upgrade the packages
apt-get update && apt-get upgrade -y

View File

@@ -1,5 +1,8 @@
#!/bin/sh
# Set non-interactive mode for apt-get
export DEBIAN_FRONTEND=noninteractive
#upgrade the packages
apt-get update && apt-get upgrade -y