Update init.sh
This commit is contained in:
parent
d05f69e889
commit
51e038fac7
2
init.sh
2
init.sh
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user