Update init.sh

This commit is contained in:
2018-03-06 16:56:19 -05:00
committed by GitHub
parent d05f69e889
commit 51e038fac7

View File

@@ -14,7 +14,7 @@ apt-get -y upgrade
apt-get -y install vim byobu screen build-essential git mosh bash-completion
if [[ ! -d /home/sneak ]]; then
useradd -m sneak
useradd -m -s /bin/bash sneak
usermod -a -G sudo sneak
fi