diff --git a/installer.sh b/installer.sh index 78f0452..43ccc5c 100755 --- a/installer.sh +++ b/installer.sh @@ -22,7 +22,7 @@ detect_platform() { esac case "$OS" in - linux|darwin) + linux) ;; *) echo "Unsupported operating system: $OS" @@ -68,4 +68,4 @@ if [ "$(id -u)" -ne 0 ]; then exit 1 fi -install_dockermon \ No newline at end of file +install_dockermon