diff --git a/install.rb b/install.rb index c7f7b12..b11c339 100644 --- a/install.rb +++ b/install.rb @@ -65,7 +65,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