summaryrefslogtreecommitdiff
path: root/wheezy/base.sh
diff options
context:
space:
mode:
authorKwadronaut <kwadronaut@leap.se>2012-12-11 13:06:00 +0100
committerKwadronaut <kwadronaut@leap.se>2012-12-11 13:06:00 +0100
commita51e2d1a68df167991ba233583b076f003e8789f (patch)
tree24f0d7940b3cc34f2415dfe040b9c432f54fb8a2 /wheezy/base.sh
parent146ed41d1f8f59960c865c638a246785a235865f (diff)
spelling and typo
Diffstat (limited to 'wheezy/base.sh')
-rw-r--r--wheezy/base.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/wheezy/base.sh b/wheezy/base.sh
index a05b1fe..339ce76 100644
--- a/wheezy/base.sh
+++ b/wheezy/base.sh
@@ -1,7 +1,7 @@
date > /etc/box_build_time
# Before updating the box, get rid of pdiffs, they slow things down on faster links
-echo 'Acquire::PDiffs "false";' >./etc/apt/apt.conf.d/90disable-pdiffs
+echo 'Acquire::PDiffs "false";' >/etc/apt/apt.conf.d/90disable-pdiffs
# Update the box
apt-get -y update