Skip to content

Commit

Permalink
v1.4.10
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptosharks131 committed Feb 15, 2019
1 parent 2d7ff14 commit fc15f98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions polis_update.sh
Expand Up @@ -6,7 +6,7 @@ CONFIGFOLDER='/root/.poliscore'
CONFIG_FILE='polis.conf'
COIN_DAEMON='/usr/local/bin/polisd'
COIN_CLI='/usr/local/bin/polis-cli'
COIN_REPO='https://github.com/polispay/polis/releases/download/v1.4.9/poliscore-1.4.9-x86_64-linux-gnu.tar.gz'
COIN_REPO='https://github.com/polispay/polis/releases/download/v1.4.10/poliscore-1.4.10-x86_64-linux-gnu.tar.gz'
SENTINEL_REPO='https://github.com/polispay/sentinel.git'
COIN_NAME='Polis'
COIN_BS='http://explorer.polispay.org/images/bootstrap.dat'
Expand All @@ -31,7 +31,7 @@ function update_node() {
COIN_ZIP=$(echo $COIN_REPO | awk -F'/' '{print $NF}')
tar xvf $COIN_ZIP --strip 1 >/dev/null 2>&1
compile_error
cp polis{d,-cli} /usr/local/bin
cp bin/polis{d,-cli} /usr/local/bin
compile_error
strip $COIN_DAEMON $COIN_CLI
cd - >/dev/null 2>&1
Expand Down

0 comments on commit fc15f98

Please sign in to comment.