tabs
This commit is contained in:
parent
6f0f8baf4d
commit
fe85a9b527
1 changed files with 8 additions and 8 deletions
16
deb.fix.sh
16
deb.fix.sh
|
@ -14,12 +14,12 @@ LOCAL_ROOT="${ROOT}/root/deb/debian/${DEBIAN_ROOT}"
|
||||||
REMOTE_ROOT="https://deb.debian.org/${DEBIAN_ROOT}"
|
REMOTE_ROOT="https://deb.debian.org/${DEBIAN_ROOT}"
|
||||||
|
|
||||||
for dist in "${DISTS[@]}" ; do
|
for dist in "${DISTS[@]}" ; do
|
||||||
for section in "${SECTIONS[@]}" ; do
|
for section in "${SECTIONS[@]}" ; do
|
||||||
cd "${LOCAL_ROOT}/${dist}/${section}"
|
cd "${LOCAL_ROOT}/${dist}/${section}"
|
||||||
rm --force "${MISSING}"
|
rm --force "${MISSING}"
|
||||||
wget "${REMOTE_ROOT}/${dist}/${section}/${MISSING}" &> /dev/null
|
wget "${REMOTE_ROOT}/${dist}/${section}/${MISSING}" &> /dev/null
|
||||||
if [ ${?} -ne 0 ] ; then
|
if [ ${?} -ne 0 ] ; then
|
||||||
echo "${ERROR}"
|
echo "${ERROR}"
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in a new issue