remove the hardcoded version(suggested by @kradalby)

This commit is contained in:
Jiang Zhu 2022-06-11 16:41:52 +08:00
parent de0e2bf828
commit 0b4b530809

View file

@ -27,7 +27,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 relase
latestTag=$(git describe --tags `git rev-list --tags --max-count=1`)
git checkout $latestTag
gmake build