Skip to content

Commit

Permalink
Merge pull request #4 from rmacklin/update-install-scripts
Browse files Browse the repository at this point in the history
Update install scripts
  • Loading branch information
dhh authored Jul 27, 2024
2 parents 32701d9 + 4203525 commit 089ef23
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion install
Original file line number Diff line number Diff line change
@@ -1 +1 @@
eval "$(wget -qO- https://raw.githubusercontent.com/basecamp/omakub/master/boot.sh)"
eval "$(wget -qO- https://raw.githubusercontent.com/basecamp/omakub/stable/boot.sh)"
3 changes: 2 additions & 1 deletion install-dev
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
eval "$(wget -qO- https://raw.githubusercontent.com/basecamp/omakub/master/boot-dev.sh)"
OMAKUB_REF=master
eval "$(wget -qO- https://raw.githubusercontent.com/basecamp/omakub/master/boot.sh)"

0 comments on commit 089ef23

Please sign in to comment.