Update 'maas-setup.sh'
This commit is contained in:
parent
12c24c418f
commit
b4833a1e49
@ -10,6 +10,8 @@
|
|||||||
|
|
||||||
useradd -s /bin/bash -d /home/maas -m maas
|
useradd -s /bin/bash -d /home/maas -m maas
|
||||||
echo "maas ALL=(ALL) NOPASSWD: ALL" | sudo tee /etc/sudoers.d/maas
|
echo "maas ALL=(ALL) NOPASSWD: ALL" | sudo tee /etc/sudoers.d/maas
|
||||||
|
apt update
|
||||||
|
apt -y install snapd
|
||||||
|
|
||||||
su - maas
|
su - maas
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user