Skip to content
Snippets Groups Projects
Commit 3b6f3635 authored by michael.minelli's avatar michael.minelli
Browse files

Enable macos install

parent 14f4a30b
No related branches found
No related tags found
No related merge requests found
......@@ -154,7 +154,6 @@ download_installer() {
tdir=$(command mktemp -d "/tmp/dojo-install-XXXXXXXXXXXX")
printf '%s\n' "Downloading from: $url"
if [ "$OS" = "macos" ]; then
die "macOS installation is not yet supported"
installer="$tdir/dojo"
else
installer="$tdir/dojo"
......@@ -181,8 +180,7 @@ main() {
get_download_url
download_installer
if [ "$OS" = "macos" ]; then
die "macOS installation is not yet supported"
# macos_install
macos_install
else
linux_install
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment