Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions aztec-up/bin/aztec-up
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ set -euo pipefail
export VERSION=${1:-${VERSION:-}}
export NON_INTERACTIVE=1

if [ -n "$VERSION" ] && [ "$VERSION" != "latest" ]; then
INSTALL_URL="https://install.aztec.network/$VERSION/aztec-install"
else
INSTALL_URL="https://install.aztec.network/aztec-install"
fi
INSTALL_URL="https://install.aztec.network/aztec-install"

bash -i <(curl -s $INSTALL_URL)
VERSION=$VERSION bash -i <(curl -s $INSTALL_URL)
1 change: 1 addition & 0 deletions yarn-project/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3512,6 +3512,7 @@ __metadata:
"@noir-lang/acvm_js": 0.54.0
"@noir-lang/noirc_abi": 0.38.0
"@noir-lang/types": 0.38.0
checksum: 99cdc1f1e352d45a8968261dc7f1d68d58b5bca8177e25c610667eb60954436356c56852e6a23fbf69ddb8db9b92494736438c0852f4702d33e8d0e981e60552
languageName: node
linkType: hard

Expand Down