From 42443cedbe30583ddeef58664ac6ef93af53acc8 Mon Sep 17 00:00:00 2001 From: dardardar Date: Thu, 21 Jul 2022 19:12:53 +0000 Subject: [PATCH] Added Linux Mint, PopOS support This really sucks but it'll work for now --- Winegon.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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