Skip to content

Commit 41f689b

Browse files
Update CleanServices.txt
1 parent 4693d52 commit 41f689b

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

InstallationGuides/CleanServices.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ service jenkins stop
1111

1212
For Nagios
1313

14-
apt remove --purge php
15-
apt install php7.0
16-
apt remove --purge nginx apache2 postgresql jenkins
17-
apt remove --purge mysql-server-core-5.7 mysql-server-5.7 mysql-server mysql-client mysql-client-5.7 apache2
18-
apt autoremove
14+
apt remove --purge php -y
15+
apt install php7.0 -y
16+
apt remove --purge nginx apache2 postgresql jenkins -y
17+
apt remove --purge mysql-server-core-5.7 mysql-server-5.7 mysql-server mysql-client mysql-client-5.7 apache2 -y
18+
apt autoremove -y
1919
rm -rf /var/lib/mysql*
2020
rm -rf /var/log/mysql/
2121
mkdir -p /etc/mysql/conf.d

0 commit comments

Comments
 (0)