Skip to content

Commit

Permalink
yolo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
charlielye committed Jan 9, 2024
1 parent 3435007 commit 7d68dd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aztec-up/bin/aztec-up
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
set -euo pipefail

export VERSION=${1:-$VERSION}
export VERSION=${1:-${VERSION:-}}
export NON_INTERACTIVE=1
bash -i <(curl -s http://install.aztec.network)

0 comments on commit 7d68dd1

Please sign in to comment.