Skip to content

Commit fde4321

Browse files
authored
Add Linux Mint to supported distros
Linux Mint binary and packet-compatible with Ubuntu, so it can be simple handled as Ubuntu.
1 parent 724f28e commit fde4321

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ check_os_support() {
2020
;;
2121
"Linux")
2222
case $RELEASE in
23-
"Ubuntu")
23+
"Ubuntu"|"LinuxMint")
2424
return 0;
2525
;;
2626
"Fedora")

0 commit comments

Comments
 (0)