more idempotency fixes
This commit is contained in:
parent
0d965885b7
commit
4e601cf124
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue