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 6565baf commit e49cd53Copy full SHA for e49cd53
deploy-16.sh
@@ -38,6 +38,9 @@ apt-get update
38
39
apt-get -y upgrade
40
41
+# remove apache2
42
+apt-get purge apache2 -y
43
+
44
# Install Some PPAs
45
46
apt-get install -y software-properties-common curl
@@ -201,4 +204,4 @@ echo "Mysql Root Password: ${MYSQL_ROOT_PASSWORD}"
201
204
echo "Mysql Normal User: ${MYSQL_NORMAL_USER}"
202
205
echo "Mysql Normal User Password: ${MYSQL_NORMAL_USER_PASSWORD}"
203
206
echo "--"
-echo "--"
207
+echo "--"
0 commit comments