Add RealVNC
This commit is contained in:
parent
a1f89797ee
commit
4a76f38f45
2 changed files with 4 additions and 0 deletions
|
@ -27,3 +27,4 @@ piclone
|
|||
pulseaudio-module-bluetooth
|
||||
wiringpi pigpio python-pigpio python3-pigpio raspi-gpio python-gpiozero python3-gpiozero python3-rpi.gpio
|
||||
python-spidev python3-spidev
|
||||
realvnc-vnc-server realvnc-vnc-viewer
|
||||
|
|
3
stage4/00-install-packages/01-run.sh
Executable file
3
stage4/00-install-packages/01-run.sh
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash -e
|
||||
|
||||
rm -f "${ROOTFS_DIR}/root/.vnc/private.key"
|
Loading…
Reference in a new issue