This commit is contained in:
askiiart 2025-02-26 00:31:29 -06:00
parent d657ed2f42
commit 736420f6b1
Signed by untrusted user who does not match committer: askiiart
GPG key ID: 6A32977DAF31746A

1
run.sh
View file

@ -6,6 +6,7 @@ version=$(cat $built_dir/version)
repo_dir=${REPO_DIR:-/repo}
# skip if already up-to-date
# TODO: use the repo instead and check the version with dnf
if $(ls polycat-* | grep -q "$version"); then
echo "package is already up to date, exiting"
exit