shell/uninstall/apache2

11 lines
188 B
Plaintext
Raw Normal View History

2025-01-17 19:07:28 +08:00
#!/usr/bin/env bash
2024-07-31 23:40:43 +08:00
##makedesc: Uninstall apache2
2024-11-24 21:13:37 +08:00
source "$( dirname $(readlink -e -- "${BASH_SOURCE}"))/../helpers.sh" || exit 255
2024-07-31 23:40:43 +08:00
title
2024-11-24 21:13:37 +08:00
apt_remove apache2
success "apache2 removed!"
2024-07-31 23:40:43 +08:00