summaryrefslogtreecommitdiff
path: root/home/.pbuilder-hooks/D10_apt-update
diff options
context:
space:
mode:
Diffstat (limited to 'home/.pbuilder-hooks/D10_apt-update')
-rwxr-xr-xhome/.pbuilder-hooks/D10_apt-update6
1 files changed, 6 insertions, 0 deletions
diff --git a/home/.pbuilder-hooks/D10_apt-update b/home/.pbuilder-hooks/D10_apt-update
new file mode 100755
index 0000000..1dd04b8
--- /dev/null
+++ b/home/.pbuilder-hooks/D10_apt-update
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+echo Calling $0
+
+echo $OTHERMIRROR > /etc/apt/sources.list.d/other.list
+apt-get update