mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-26 08:53:05 +00:00
1) fix typo 2) another hard coded version
This commit is contained in:
parent
06e22bf878
commit
2be16b581c
1 changed files with 6 additions and 2 deletions
|
@ -28,7 +28,7 @@ cd headscale
|
|||
|
||||
# optionally checkout a release
|
||||
# option a. you can find offical relase at https://github.com/juanfont/headscale/releases/latest
|
||||
# option b. get latest tag, this may be a beta relase
|
||||
# option b. get latest tag, this may be a beta release
|
||||
latestTag=$(git describe --tags `git rev-list --tags --max-count=1`)
|
||||
|
||||
git checkout $latestTag
|
||||
|
@ -54,7 +54,11 @@ git clone https://github.com/juanfont/headscale.git
|
|||
cd headscale
|
||||
|
||||
# optionally checkout a release
|
||||
git checkout v0.16.0-beta1
|
||||
# option a. you can find offical relase at https://github.com/juanfont/headscale/releases/latest
|
||||
# option b. get latest tag, this may be a beta release
|
||||
latestTag=$(git describe --tags `git rev-list --tags --max-count=1`)
|
||||
|
||||
git checkout $latestTag
|
||||
|
||||
make build GOOS=openbsd
|
||||
|
||||
|
|
Loading…
Reference in a new issue