Skip to content

Commit

Permalink
bootstrap to branch
Browse files Browse the repository at this point in the history
  • Loading branch information
martukas committed Nov 8, 2024
1 parent 7400634 commit 5243ae6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion software/bootstrap/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Whether by `ssh` or attached keyboard, copy and paste this command into a termin

<!-- \TODO change command to point to master before merging!!! -->
```shell
bash <(wget -qO- https://github.com/RespiraWorks/Ventilator/raw/master/software/bootstrap/bootstrap.sh)
bash <(wget -qO- https://github.com/RespiraWorks/Ventilator/raw/maintain_ubuntu24/software/bootstrap/bootstrap.sh)
```

Follow the onscreen directions. When the initial installation is complete, the system will reboot.
Expand Down
2 changes: 1 addition & 1 deletion software/bootstrap/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ cd ventilator
###############################################################################
### TODO: Uncomment this section only when tweaking this script in a branch ###
###############################################################################
#git checkout issue_1277_deploy_with_graphics
git checkout maintain_ubuntu24
###############################################################################
### TODO: Comment out above before merging to master!!! ###
###############################################################################
Expand Down

0 comments on commit 5243ae6

Please sign in to comment.