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

Enable macos install

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