Skip to content
This repository has been archived by the owner on Jul 10, 2023. It is now read-only.

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
nghuyenthevinh2000 committed Feb 14, 2022
1 parent 6a3e375 commit 7d3b447
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions node_deploy.sh → test_node_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,11 @@ command -v jq > /dev/null 2>&1 || { echo >&2 "jq not installed. More info: https
# install anoned if not exist
if [ $WILL_INSTALL -eq 0 ];
then
command -v anoned > /dev/null 2>&1 || { echo >&1 "installing anoned"; cd cmd/anoned; go install; }
command -v anoned > /dev/null 2>&1 || { echo >&1 "installing anoned"; make install; }
else
echo >&1 "installing anoned"
rm -rf $HOME/.anone*
cd cmd/anoned
go install
make install
fi

anoned config keyring-backend $KEYRING
Expand Down

0 comments on commit 7d3b447

Please sign in to comment.