mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-02 18:04:23 +08:00
Merge pull request #2226 from gravitl/feature_script_version
auto-get latest version
This commit is contained in:
commit
809d375165
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
LATEST="v0.18.6"
|
||||
LATEST=$(curl -s https://api.github.com/repos/gravitl/netmaker/releases/latest | grep "tag_name" | cut -d : -f 2,3 | tr -d [:space:],\")
|
||||
|
||||
print_logo() {(
|
||||
cat << "EOF"
|
||||
|
|
Loading…
Add table
Reference in a new issue