fix this
Some checks failed
continuous-integration/drone Build is failing

This commit is contained in:
askiiart 2025-03-06 13:32:57 -06:00
parent bdca60f939
commit 6962846893
Signed by untrusted user who does not match committer: askiiart
GPG key ID: 6A32977DAF31746A

2
run.sh
View file

@ -8,7 +8,7 @@ repo_dir=${REPO_DIR:-/repo}
# skip if already up-to-date
# TODO: use the repo instead and check the version with dnf
# yeah this is bad; see also the cavif-aaaaaa thing below
touch cavif-tmp
touch $repo_dir/cavif-tmp
if $(ls $repo_dir/cavif-* | grep -q "$version"); then
rm cavif-tmp
echo "package is already up to date, exiting"