Internal change.

PiperOrigin-RevId: 266073190
This commit is contained in:
Adin Scannell
2019-08-29 13:59:33 -07:00
committed by Nicolas Lacasse
parent f048c8be1e
commit 599136b25e
+1 -1
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