This commit is contained in:
Michael Vines 2018-12-23 20:56:09 -08:00
parent 95c9fefbd0
commit f5bbc5e961
No known key found for this signature in database
GPG Key ID: 33F4FDEC4E0E88BD
1 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,8 @@ set -ex
[[ $USER = root ]] || exit 1
adduser solana --gecos "" --disabled-password --quiet
adduser solana sudo adm
adduser solana sudo
adduser solana adm
echo "solana ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers
id solana