Added Linux Mint, PopOS support
This really sucks but it'll work for now
This commit is contained in:
parent
c70450ee31
commit
42443cedbe
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue