Internal change.

PiperOrigin-RevId: 266073190
This commit is contained in:
Adin Scannell 2019-08-28 23:39:14 -07:00 committed by Nicolas Lacasse
parent f048c8be1e
commit 599136b25e
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ declare -r ssh_public_keys=(
)
# Install dependencies.
apt-get install -y rsync coreutils
apt-get update && apt-get install -y rsync coreutils python-psutil
# We need a kbuilder user.
if useradd -c "kbuilder user" -m -s /bin/bash kbuilder; then