generated from ztimson/template
Compare commits
2
Commits
9b5bf5d2fb
...
8261c671af
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8261c671af | ||
|
|
22985b6230 |
@@ -7,6 +7,13 @@ curl -sL https://git.zakscode.com/ztimson/fallback-ap/raw/branch/master/install.
|
||||
|
||||
# VNC
|
||||
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
|
||||
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.7/install.sh | bash
|
||||
|
||||
Reference in New Issue
Block a user