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}"
|
||||
|
||||
for dist in "${DISTS[@]}" ; do
|
||||
for section in "${SECTIONS[@]}" ; do
|
||||
cd "${LOCAL_ROOT}/${dist}/${section}"
|
||||
rm --force "${MISSING}"
|
||||
wget "${REMOTE_ROOT}/${dist}/${section}/${MISSING}" &> /dev/null
|
||||
if [ ${?} -ne 0 ] ; then
|
||||
echo "${ERROR}"
|
||||
fi
|
||||
done
|
||||
for section in "${SECTIONS[@]}" ; do
|
||||
cd "${LOCAL_ROOT}/${dist}/${section}"
|
||||
rm --force "${MISSING}"
|
||||
wget "${REMOTE_ROOT}/${dist}/${section}/${MISSING}" &> /dev/null
|
||||
if [ ${?} -ne 0 ] ; then
|
||||
echo "${ERROR}"
|
||||
fi
|
||||
done
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue