aur/k3s-bin/update.sh
nyyu fefe6e35cc
All checks were successful
continuous-integration/drone/push Build is passing
remove files on check update
2021-11-14 09:09:22 +01:00

10 lines
139 B
Bash
Executable File

#!/bin/sh
source ../.util.sh
update_github_tag rancher/k3s
[ $? -eq 0 ] && update_pkg
find -type f -exec grep -IL . "{}" \; | xargs rm