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