Added Linux Mint, PopOS support

This really sucks but it'll work for now
This commit is contained in:
dardardar 2022-07-21 19:12:53 +00:00
parent c70450ee31
commit 42443cedbe

View file

@ -33,7 +33,7 @@ check_dependencies () {
echo "Detected Fedora!" echo "Detected Fedora!"
fedora_install fedora_install
else else
if [[ $(cat /etc/*-release | grep "Ubuntu") ]]; then if [[ $(cat /etc/*-release | grep "Ubuntu") ]] || [[ $(cat /etc/*-release | grep "LinuxMint") ]] || [[ $(cat /etc/*-release | grep "Pop") ]]; then
echo "Detected Ubuntu!" echo "Detected Ubuntu!"
ubuntu_install ubuntu_install
else else