Update install.sh #7

Merged
ztimson merged 1 commits from ztimson-patch-7 into master 2026-09-14 16:25:14 -04:00
Showing only changes of commit 22985b6230 - Show all commits
+7
View File
@@ -7,6 +7,13 @@ curl -sL https://git.zakscode.com/ztimson/fallback-ap/raw/branch/master/install.
# VNC # VNC
sudo raspi-config nonint do_vnc 0 sudo raspi-config nonint do_vnc 0
cat <<EOF | sudo tee /etc/wayvnc/config
use_relative_paths=true
address=127.0.0.1
enable_auth=false
enable_pam=false
relax_encryption=true
EOF
# Node # Node
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.7/install.sh | bash curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.7/install.sh | bash