Skip to content

Commit

Permalink
Remove #!/bin/sh
Browse files Browse the repository at this point in the history
  • Loading branch information
DelevoXDG committed Dec 18, 2024
1 parent 4fb7c8c commit 3ffb696
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions starknetup.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/bin/sh
# shellcheck shell=dash

set -eu
Expand All @@ -7,7 +6,7 @@ ASDF_INSTALL_DOCS="https://asdf-vm.com/guide/getting-started.html"
SCARB_UNINSTALL_DOCS="https://docs.swmansion.com/scarb/download#uninstall"
STARKNET_FOUNDRY_UNINSTALL_DOCS="PENDING"
SCRIPT_VERSION="0.1.0"
DEFAULT_ASDF_VERSION ="v0.14.1"
DEFAULT_ASDF_VERSION="v0.14.1"

usage() {
cat <<EOF
Expand Down

0 comments on commit 3ffb696

Please sign in to comment.