From 0765c4dbf5e9675854ea34d7cca06038fcf480ca Mon Sep 17 00:00:00 2001 From: Edi Septriyanto Date: Thu, 9 Jan 2020 21:54:54 +0700 Subject: [PATCH] Moved to apt and systemctl --- lemper.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lemper.sh b/lemper.sh index 6a56001..0bd5355 100755 --- a/lemper.sh +++ b/lemper.sh @@ -176,7 +176,7 @@ case "${1}" in if "${FORCE_REMOVE}"; then # Cleaning up all build dependencies hanging around on production server? echo -e "\nClean up installation process..." - run apt-get -qq autoremove -y + run apt autoremove -qq -y # Cleanup build dir echo "Clean up build directory..." @@ -334,7 +334,7 @@ Now, you can reboot your server and enjoy it!" # Remove unnecessary packages. echo -e "\nCleaning up unnecessary packages..." - run apt-get -qq autoremove -y + run apt autoremove -qq -y status -e "\nLEMP stack has been removed completely." warning -e "\nDid you know? that we're so sad to see you leave :'(