This website requires JavaScript.
Explore
Help
Sign In
nyyu
/
aur
Watch
1
Star
0
Fork
1
You've already forked aur
Code
Issues
1
Pull Requests
Releases
Wiki
Activity
505bd34781
aur
/
k3s-bin
/
update.sh
8 lines
89 B
Bash
Raw
Normal View
History
Unescape
Escape
k3s: add auto update
2021-07-26 20:42:58 +02:00
#!/bin/sh
source
../.util.sh
update_github_tag rancher/k3s
update only if valid ver [CI SKIP]
2021-08-25 18:54:27 +02:00
[
$?
-eq
0
]
&&
update_pkg
Reference in New Issue
Copy Permalink