This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Install script for Runepool DEX | |
# This script pulls the latest code and builds the application | |
# Default values | |
BRANCH="main" | |
REPO_URL="https://github.com/pxr64/rune-pool-maker-app.git" | |
WEBAPP_REPO_URL="https://github.com/pxr64/runpool-maker-webapp.git" | |
INSTALL_DIR="$HOME/runepool-dex" |