mirror of
https://github.com/msmhq/msm.git
synced 2024-08-30 18:12:35 +00:00
commit
a1164482b6
@ -4,9 +4,9 @@ function check_os() {
|
|||||||
if [[ -f /etc/debian_version ]]; then
|
if [[ -f /etc/debian_version ]]; then
|
||||||
INSTALL_SCRIPT="debian.sh"
|
INSTALL_SCRIPT="debian.sh"
|
||||||
elif [[ -f /etc/redhat-release ]]; then
|
elif [[ -f /etc/redhat-release ]]; then
|
||||||
INSTALL_SCRIPT="arch.sh"
|
|
||||||
elif [[ -f /etc/arch-release ]]; then
|
|
||||||
INSTALL_SCRIPT="redhat.sh"
|
INSTALL_SCRIPT="redhat.sh"
|
||||||
|
elif [[ -f /etc/arch-release ]]; then
|
||||||
|
INSTALL_SCRIPT="arch.sh"
|
||||||
else
|
else
|
||||||
echo "Error, unsupported distribution. Please install manually."
|
echo "Error, unsupported distribution. Please install manually."
|
||||||
exit 1
|
exit 1
|
||||||
|
Loading…
Reference in New Issue
Block a user