Add Linux Mint support to install.sh (#2694)
This commit is contained in:
parent
3be4828d63
commit
1c6252b719
|
|
@ -138,6 +138,11 @@ check_os() {
|
||||||
os="debian"
|
os="debian"
|
||||||
package_manager="apt-get"
|
package_manager="apt-get"
|
||||||
;;
|
;;
|
||||||
|
Linux\ Mint*)
|
||||||
|
desired_os=1
|
||||||
|
os="linux mint"
|
||||||
|
package_manager="apt-get"
|
||||||
|
;;
|
||||||
Red\ Hat*)
|
Red\ Hat*)
|
||||||
desired_os=1
|
desired_os=1
|
||||||
os="red hat"
|
os="red hat"
|
||||||
|
|
@ -426,7 +431,7 @@ curl -s --location --request POST 'https://hook.integromat.com/dkwb6i52am93pi30o
|
||||||
|
|
||||||
if [[ $desired_os -eq 0 ]];then
|
if [[ $desired_os -eq 0 ]];then
|
||||||
echo ""
|
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."
|
echo_contact_support " if you wish to extend this support."
|
||||||
curl -s --location --request POST 'https://hook.integromat.com/dkwb6i52am93pi30ojeboktvj32iw0fa' \
|
curl -s --location --request POST 'https://hook.integromat.com/dkwb6i52am93pi30ojeboktvj32iw0fa' \
|
||||||
--header 'Content-Type: text/plain' \
|
--header 'Content-Type: text/plain' \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user