This commit is contained in:
Marc Beninca 2024-09-28 22:14:25 +02:00
parent a596a8868c
commit efad854652
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -15,7 +15,8 @@ REMOTE_ROOT="https://deb.debian.org/${DEBIAN_ROOT}"
for dist in "${DISTS[@]}"; do
for section in "${SECTIONS[@]}"; do
cd "${LOCAL_ROOT}/${dist}/${section}"
cd "${LOCAL_ROOT}/${dist}/${section}" ||
echo "${ERROR}"
rm --force "${MISSING}"
wget "${REMOTE_ROOT}/${dist}/${section}/${MISSING}" &>/dev/null ||
echo "${ERROR}"