Skip to content

Commit e49cd53

Browse files
authored
Update deploy-16.sh
1 parent 6565baf commit e49cd53

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

deploy-16.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ apt-get update
3838

3939
apt-get -y upgrade
4040

41+
# remove apache2
42+
apt-get purge apache2 -y
43+
4144
# Install Some PPAs
4245

4346
apt-get install -y software-properties-common curl
@@ -201,4 +204,4 @@ echo "Mysql Root Password: ${MYSQL_ROOT_PASSWORD}"
201204
echo "Mysql Normal User: ${MYSQL_NORMAL_USER}"
202205
echo "Mysql Normal User Password: ${MYSQL_NORMAL_USER_PASSWORD}"
203206
echo "--"
204-
echo "--"
207+
echo "--"

0 commit comments

Comments
 (0)