7 lines
89 B
Bash
Executable file
7 lines
89 B
Bash
Executable file
#!/bin/sh
|
|
|
|
source ../.util.sh
|
|
|
|
update_github_tag rancher/k3s
|
|
|
|
[ $? -eq 0 ] && update_pkg
|