Skip to content

Commit

Permalink
chore(scripts): add version to roller installation script (#1007)
Browse files Browse the repository at this point in the history
  • Loading branch information
artemijspavlovs authored Sep 19, 2024
1 parent a2397a5 commit 07f5b05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ if [ -f "$ROLLER_BIN_PATH" ] || [ -f "$ROLLAPP_EVM_PATH" ] || [ -f "$DYMD_BIN_PA
sudo rm -f "$ROLLER_BIN_PATH"
fi
sudo mkdir -p "/tmp/roller_tmp"
echo "πŸ’ˆ Downloading roller..."
echo "πŸ’ˆ Downloading roller ${ROLLER_RELEASE_TAG}..."
sudo curl -L "$TGZ_URL" --progress-bar | sudo tar -xz -C "/tmp/roller_tmp"
echo "πŸ’ˆ Installing roller..."
echo "πŸ’ˆ Installing roller ${ROLLER_RELEASE_TAG}..."
sudo mv "/tmp/roller_tmp/roller" "$ROLLER_BIN_PATH"
sudo chmod +x "$ROLLER_BIN_PATH"
sudo rm -rf "/tmp/roller_tmp"
Expand Down

0 comments on commit 07f5b05

Please sign in to comment.