more idempotency fixes

This commit is contained in:
Joey Hess 2014-04-05 13:29:17 -04:00
parent 0d965885b7
commit 4e601cf124

View file

@ -7,7 +7,7 @@ if [ "$(whoami)" != root ]; then
fi
# java needs this mounted to work
mount -t proc proc /proc
mount -t proc proc /proc || true
echo "deb-src http://ftp.us.debian.org/debian stable main" >> /etc/apt/sources.list
apt-get update