This commit is contained in:
parent
bdca60f939
commit
6962846893
1 changed files with 1 additions and 1 deletions
2
run.sh
2
run.sh
|
@ -8,7 +8,7 @@ repo_dir=${REPO_DIR:-/repo}
|
||||||
# skip if already up-to-date
|
# skip if already up-to-date
|
||||||
# TODO: use the repo instead and check the version with dnf
|
# TODO: use the repo instead and check the version with dnf
|
||||||
# yeah this is bad; see also the cavif-aaaaaa thing below
|
# 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
|
if $(ls $repo_dir/cavif-* | grep -q "$version"); then
|
||||||
rm cavif-tmp
|
rm cavif-tmp
|
||||||
echo "package is already up to date, exiting"
|
echo "package is already up to date, exiting"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue