We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
#!/bin/sh
1 parent 4fb7c8c commit 3ffb696Copy full SHA for 3ffb696
starknetup.sh
@@ -1,4 +1,3 @@
1
-#!/bin/sh
2
# shellcheck shell=dash
3
4
set -eu
@@ -7,7 +6,7 @@ ASDF_INSTALL_DOCS="https://asdf-vm.com/guide/getting-started.html"
7
6
SCARB_UNINSTALL_DOCS="https://docs.swmansion.com/scarb/download#uninstall"
8
STARKNET_FOUNDRY_UNINSTALL_DOCS="PENDING"
9
SCRIPT_VERSION="0.1.0"
10
-DEFAULT_ASDF_VERSION ="v0.14.1"
+DEFAULT_ASDF_VERSION="v0.14.1"
11
12
usage() {
13
cat <<EOF
0 commit comments