Update 'maas-setup.sh'

This commit is contained in:
Adolfo Delorenzo 2022-10-26 19:55:28 +00:00
parent 12c24c418f
commit b4833a1e49
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@
useradd -s /bin/bash -d /home/maas -m maas
echo "maas ALL=(ALL) NOPASSWD: ALL" | sudo tee /etc/sudoers.d/maas
apt update
apt -y install snapd
su - maas