From 736420f6b1b98df82985901f1b97d4a42aaeda6f Mon Sep 17 00:00:00 2001 From: askiiart Date: Wed, 26 Feb 2025 00:31:29 -0600 Subject: [PATCH] add todo --- run.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/run.sh b/run.sh index 5a4bd1e..0c60b21 100755 --- a/run.sh +++ b/run.sh @@ -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