diff --git a/Winegon.sh b/Winegon.sh index ffe412c..174843b 100755 --- a/Winegon.sh +++ b/Winegon.sh @@ -33,7 +33,7 @@ check_dependencies () { echo "Detected Fedora!" fedora_install 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!" ubuntu_install else