Skip to content

Commit

Permalink
Update installGhostbusters.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jchung00 authored May 31, 2018
1 parent 7f10ec1 commit c33d324
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions installGhostbusters.sh
Original file line number Diff line number Diff line change
Expand Up @@ -230,14 +230,7 @@ if [[ ! -d $TESTNET_DIR ]]; then
echo "..:: Downloading autolaunch.sh ::..";
curl https://raw.githubusercontent.com/HKEOS/Ghostbusters-Testnet/master/autolaunch.sh > $TESTNET_DIR/autolaunch.sh
chmod u+x $TESTNET_DIR/autolaunch.sh

# setupAutoLaunch.sh
echo "..:: Downloading setupAutoLaunch.sh ::..";
curl https://raw.githubusercontent.com/HKEOS/Ghostbusters-Testnet/master/setupAutoLaunch.sh > $TESTNET_DIR/setupAutoLaunch.sh
chmod u+x $TESTNET_DIR/setupAutoLaunch.sh




# config.ini
echo -ne "\n\n..:: Creating config.ini ::..\n\n";
if [[ $ISBP == true && $PRODUCER_PRIV_KEY == "" ]]; then
Expand Down

0 comments on commit c33d324

Please sign in to comment.