diff options
Diffstat (limited to 'os/kvm/run.sh')
-rwxr-xr-x | os/kvm/run.sh | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/os/kvm/run.sh b/os/kvm/run.sh index c2bb8b7d..904fd3ef 100755 --- a/os/kvm/run.sh +++ b/os/kvm/run.sh @@ -7,13 +7,11 @@ set -x cat config.txt > "$FS/boot/config.txt" pkg_install \ - python \ - python-pyaml \ - python-aiohttp \ - python-raspberry-gpio \ + kvmd \ mjpg-streamer-pikvm \ nginx cp index.html "$FS/srv/http/" cp nginx.conf "$FS/etc/nginx/" +rpi systemctl enable kvmd rpi systemctl enable nginx |