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
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.