uninstall scripts
This commit is contained in:
13
uninstall/apache2
Executable file
13
uninstall/apache2
Executable file
@@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
##makedesc: Uninstall apache2
|
||||
source `dirname $0`/../helpers || exit 255
|
||||
|
||||
title
|
||||
|
||||
sudo apt remove -y --autoremove apache2
|
||||
|
||||
[ $? = 0 ] && {
|
||||
echo
|
||||
success "apache2 uninstalled!"
|
||||
echo
|
||||
}
|
||||
Reference in New Issue
Block a user