Skip to content

Instantly share code, notes, and snippets.

#!/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"