8 lines
73 B
Bash
8 lines
73 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
source ../.util.sh
|
||
|
|
||
|
update_github_tag rancher/k3s
|
||
|
|
||
|
update_pkg
|