We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 724f28e commit fde4321Copy full SHA for fde4321
1 file changed
install.sh
@@ -20,7 +20,7 @@ check_os_support() {
20
;;
21
"Linux")
22
case $RELEASE in
23
- "Ubuntu")
+ "Ubuntu"|"LinuxMint")
24
return 0;
25
26
"Fedora")
0 commit comments