Browse Source

Update shell script

main
Gabriel Nagy 3 years ago
parent
commit
d3b5b9e508
No known key found for this signature in database GPG Key ID: A2B2C9C0F6B672B3
  1. 2
      install.sh

2
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

Loading…
Cancel
Save