Skip to content

Commit

Permalink
use new installation script
Browse files Browse the repository at this point in the history
  • Loading branch information
drkameleon authored Oct 10, 2024
1 parent 7a80648 commit 31d84cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/install-arturo
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Once the next stable version has been released, we can use that.

# Uncomment the below line once https://github.com/arturo-lang/arturo/issues/1644 is fixed
# curl -sSL https://get.arturo-lang.io/latest | sh
curl -sSL https://get.arturo-lang.io/latest | sh -s -- --nightly

function download_nightly() {
local install_dir="${1}"
Expand All @@ -33,7 +33,7 @@ function update_shell {

install_dir="${HOME}/.arturo/bin"

download_nightly "${install_dir}"
#download_nightly "${install_dir}"

if [[ -z "${GITHUB_ACTIONS}" ]]; then
update_shell "${install_dir}" ".bashrc"
Expand Down

0 comments on commit 31d84cb

Please sign in to comment.