Aqui te dejo un script para que hagas mirror del repo esta para si usas proxy
#!/bin/sh debmirror --proxy=http://user:p...@tuproxy:3128/ --progress --verbose --nosource --host=mirror.kde.org --root=debian --dist=lenny, --section=main,contrib,non-free --arch=i386 --timeout=600 --method=http --postcleanup --ignore-release-gpg --ignore-small-errors /var/www/debian/debian > /var/www/debian$(date +'%Y%m%d-%H-%M-%S') Sin proxy #!/bin/sh debmirror --progress --verbose --nosource --host=mirror.kde4.org --root=debian --dist=lenny, --section=main,contrib,non-free --arch=i386 --timeout=600 --method=http --postcleanup --ignore-release-gpg --ignore-small-errors /var/www/debian/debian > /var/www/debian$(date +'%Y%m%d-%H-%M-%S') espero que te sirva > Saludos Listeros > > Me he decidido probar kde4 con Debian Lenny lo cual he googleado un poco > y he visto el siguiente repositorio ( http://kde4.debian.net ) y mi > pregunta es alguien tiene el script para bajar este repositorio, > alguien sabe de algun repositorio de kde4.2 para Debian Lenny. Gracias > > -- > -------------------------------------- > Administrador de Red > Empresa Eléctrica Guantánamo > Phone: (0121) 327452 > Phone: (0121) 323512 Ext. 213 > Jabber: [email protected] > Jabber: [email protected] > Jabber: [email protected] > Debian GNU/Linux User# 490001 > Web: http://blog-admin.elecgtm.une.cu > -------------------------------------- > > > -- > To UNSUBSCRIBE, email to [email protected] > with a subject of "unsubscribe". Trouble? Contact > [email protected] > > -- ******************************** * Yuniesky Machado Rojas * * Administrador de Redes * * Nodo: inivit.cu * * Instituto Nacional de Investigación en Viandas Tropicales * Jabber: [email protected] *GNU/Linux User #481684 (http://counter.li.org) ******************************** -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

