Skip to content

Commit

Permalink
chore: update the install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
saltbo committed Oct 15, 2019
1 parent 839db09 commit 5acf635
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions install.sh
Expand Up @@ -33,13 +33,8 @@ if [ $? -eq 0 ]
then
echo "${GREEN}"
echo "Installation completed successfully."
# echo "$ wallet713 --version"
# ${bin_dir}/wallet713 --version
# if echo ":$PATH:"| grep -q ".*:${bin_dir}:.*"; then
# echo "\nRun 'wallet713' from the command line to open the wallet"
# else
# echo "${YELLOW}\nPlease open a new terminal window to run 'wallet713' from the command-line"
# fi
echo "$ uptoc --version"
${bin_dir}/uptoc --version
else
echo "${RED}"
echo "Failed installing uptoc"
Expand Down

0 comments on commit 5acf635

Please sign in to comment.