ensure sudo is installed

This commit is contained in:
Matthew Saunders Brown 2024-06-13 13:54:04 -07:00
parent 0c5ee948b5
commit 11de7a88ae

View File

@ -1,4 +1,5 @@
#!/bin/bash
apt-get install -y sudo
useradd --no-create-home --home-dir /srv/www/html/panel --shell /usr/sbin/nologin --system --user-group vpanel
cp bin/vpanel-verify-access.sh /usr/local/bin/
chmod 755 /usr/local/bin/vpanel-verify-access.sh