X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=debian%2Fbin%2Finit-reprepro.sh;h=ff14f5b215e59e73238c4fceffb7aca10411b358;hb=ce7cef2bd8e7dcb1e9fee5f9bff5432a81d5894e;hp=f16a69b979140739e6e7e4ab491c1089da05d1ab;hpb=98c14ef3a50b0b44873866c76f8653b5c2fa6d64;p=config%2Fdotfiles.git diff --git a/debian/bin/init-reprepro.sh b/debian/bin/init-reprepro.sh index f16a69b..ff14f5b 100755 --- a/debian/bin/init-reprepro.sh +++ b/debian/bin/init-reprepro.sh @@ -78,7 +78,7 @@ EOF # reprepro is not installed, it's not necessary for a correct # installation. echo 'Initializing repository, errors are ignored.' >&2 - ( cd "$repo" && reprepro check ) || true + ( cd "$repo" && reprepro export ) || true # Does nothing if the same key is imported multiple times. echo 'Adding key with apt-key.' >&2