This commit is contained in:
Devaev Maxim
2018-06-29 00:29:24 +03:00
parent 9237bb020d
commit b06bf44e33
6 changed files with 115 additions and 7 deletions

View File

@@ -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