Add Linux Mint support to install.sh (#2694)

This commit is contained in:
Tim Dillon 2021-01-25 16:55:10 +09:00 committed by GitHub
parent 3be4828d63
commit 1c6252b719
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -138,6 +138,11 @@ check_os() {
os="debian"
package_manager="apt-get"
;;
Linux\ Mint*)
desired_os=1
os="linux mint"
package_manager="apt-get"
;;
Red\ Hat*)
desired_os=1
os="red hat"
@ -426,7 +431,7 @@ curl -s --location --request POST 'https://hook.integromat.com/dkwb6i52am93pi30o
if [[ $desired_os -eq 0 ]];then
echo ""
echo "This script is currently meant to install Appsmith on Mac OS X, Ubuntu, SLES or openSUSE machines."
echo "This script is currently meant to install Appsmith on Mac OS X, Ubuntu, Debian, Linux Mint, Red Hat, CentOS, SLES or openSUSE machines."
echo_contact_support " if you wish to extend this support."
curl -s --location --request POST 'https://hook.integromat.com/dkwb6i52am93pi30ojeboktvj32iw0fa' \
--header 'Content-Type: text/plain' \