We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c23eae4 commit cbd6aa1Copy full SHA for cbd6aa1
build.sh
@@ -6,7 +6,7 @@ source /quick-wordpress/config
6
7
echo "***************************** Install Packages ***************************"
8
sudo -E apt-get update
9
-sudo -E apt-get -y upgrade
+sudo DEBIAN_FRONTEND=noninteractive apt-get -y upgrade
10
11
echo "***************************** Install Apache *****************************"
12
sudo -E apt-get -y install apache2
0 commit comments