Skip to content

Commit

Permalink
Update installer.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
malletgaetan authored Dec 31, 2024
1 parent 7a05aab commit 02fd8df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ detect_platform() {
esac

case "$OS" in
linux|darwin)
linux)
;;
*)
echo "Unsupported operating system: $OS"
Expand Down Expand Up @@ -68,4 +68,4 @@ if [ "$(id -u)" -ne 0 ]; then
exit 1
fi

install_dockermon
install_dockermon

0 comments on commit 02fd8df

Please sign in to comment.