Update install.sh

reverting script to include sudo as if ran by root then whoami doesnt work right!
This commit is contained in:
dinger1986 2023-07-22 22:49:40 +01:00 committed by GitHub
parent 402eca59b2
commit e79ff74f61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,6 @@ admintoken=$(head /dev/urandom | tr -dc A-Za-z0-9 | head -c16)
ARCH=$(uname -m)
# identify OS
if [ -f /etc/os-release ]; then
# freedesktop.org and systemd