Skip to content

Commit

Permalink
update relay wizard script
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianChiarulli committed Jun 19, 2024
1 parent 46b7f61 commit 16b0509
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/relaywizard.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ print_info() {

# Function to pull the GitHub repository and run the main.sh script
setup_environment() {

print_info "Installing git..."
apt install -y -qq git >/dev/null 2>&1

local repo_url="https://github.com/nodetec/relaywizard.git"
local repo_dir="/tmp/relaywizard_setup"

Expand Down

0 comments on commit 16b0509

Please sign in to comment.