From 514cef930d6b6b4da705667bda3a9c055f97a953 Mon Sep 17 00:00:00 2001 From: anmol Date: Mon, 29 Oct 2018 04:14:54 +0530 Subject: [PATCH] Added -y to purge webmin in remove --- scripts/remove | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/remove b/scripts/remove index 15d3508..bd861ad 100644 --- a/scripts/remove +++ b/scripts/remove @@ -43,7 +43,7 @@ then fi -sudo apt-get remove --purge webmin +sudo apt-get remove -y --purge webmin sudo rm -r /etc/apt/sources.list.d/webmin.list