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