From d3b5b9e50859e92dbc674a1d4a7ef306279c39e0 Mon Sep 17 00:00:00 2001 From: Gabriel Nagy Date: Mon, 2 Aug 2021 13:12:57 +0300 Subject: [PATCH] Update shell script --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 7f4557a..b26d23c 100755 --- a/install.sh +++ b/install.sh @@ -931,7 +931,7 @@ if [[ $PT__noop != true ]]; then rpm -e --allmatches ${collection}-release ;; Debian|LinuxMint|Linuxmint|Ubuntu) - dpkg -r ${collection}-release + apt-get purge ${collection}-release -y ;; esac fi