Skip to content

Commit

Permalink
Make dev-setup.sh more secure
Browse files Browse the repository at this point in the history
  • Loading branch information
MrNaif2018 committed Mar 18, 2024
1 parent f28ccf8 commit 33fc0e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dev-setup.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env bash
set -e
sudo apt install -y git
branch=${1:-master}
rm -rf compose/bitcart && git clone --depth=1 https://github.com/bitcart/bitcart -b $branch compose/bitcart
Expand Down

0 comments on commit 33fc0e7

Please sign in to comment.