Skip to content
Snippets Groups Projects
Unverified Commit 57240bf9 authored by Praveen Arimbrathodiyil's avatar Praveen Arimbrathodiyil
Browse files

Work around for apt-cacher-ng failing to download big files

parent a399e598
No related merge requests found
#!/bin/sh
set -ex
cd $(grep "^CacheDir:" /etc/apt-cacher-ng/acng.conf | cut -d: -f2)
sudo -u apt-cacher-ng wget -c -O debrep/$(echo $1 | sed 's/http:\/\/deb.debian.org\/debian\///') $1
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment