forked from norman/fusionpbx-install.sh-github-mirror
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:
3
debian/pre-install.sh
vendored
3
debian/pre-install.sh
vendored
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user