aur/k3s-bin/update.sh

10 lines
139 B
Bash
Raw Normal View History

2021-07-26 20:42:58 +02:00
#!/bin/sh
source ../.util.sh
update_github_tag rancher/k3s
2021-08-25 18:54:27 +02:00
[ $? -eq 0 ] && update_pkg
2021-11-14 09:09:22 +01:00
find -type f -exec grep -IL . "{}" \; | xargs rm