Adds creation of $HOME/.local/bin directory if not existing
Compare changes
+ 143
− 137
@@ -3,193 +3,199 @@
@@ -3,193 +3,199 @@
die "Neither curl nor wget available. Cannot download dojo. Install any of the or see $gitedu_url to download manually"
*) die "dojo binaries are not available for $(command uname -m) architecture. See $gitedu_url to download manually";;
*) die "dojo binaries are not available for $(command uname -m) architecture. See $gitedu_url to download manually";;
release_version=$(fetch_and_get_version_quiet https://gitedu.hesge.ch/api/v4/projects/12972/releases/Latest)
prealpha_version=$(fetch_and_get_version_quiet https://gitedu.hesge.ch/api/v4/projects/12972/releases/Pre-alpha)