Update init.sh

This commit is contained in:
Jeffrey Paul 2018-03-06 16:56:19 -05:00 committed by GitHub
parent d05f69e889
commit 51e038fac7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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