what are the .udeb files?

correcting error translating...

I'm trying to create a local repository, but I do not download the files .udeb
as you could download these files?

#!/bin/sh
ARQUITECTURA=i386,amd64
METODO=http
RAMA=jessie
HOST=packages.devuan.org
DIR_MIRROR=/mnt/datos/sistemas/linux/devuan/merged
SECCIONES=main,contrib,non-free

echo "======================================================================" echo "Actualizando los repositorios DEVUAN 'merged'; main, contrib, non-free" echo "======================================================================"
echo ""
debmirror -a ${ARQUITECTURA} \
-s ${SECCIONES} \
-h ${HOST}/merged \
-d ${RAMA} -r / --progress \
-e ${METODO} --postcleanup --ignore-small-errors --ignore-missing-release --ignore-release-gpg --nosource --allow-dist-rename \
--diff=none \
${DIR_MIRROR}

Best Regards
========
| ISMAEL |
========


_______________________________________________
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng

Reply via email to