diff --git a/docs/wsjtx_network.png b/docs/wsjtx_network.png new file mode 100644 index 0000000..5d9db01 Binary files /dev/null and b/docs/wsjtx_network.png differ diff --git a/userpatches/customize-image.sh b/userpatches/customize-image.sh index 1b885c3..8d1a19b 100644 --- a/userpatches/customize-image.sh +++ b/userpatches/customize-image.sh @@ -114,6 +114,7 @@ Main() { apt-get clean rm -rf /var/lib/apt/lists/* + echo Done case $RELEASE in stretch) diff --git a/userpatches/overlay/root/Universal_HamRadio_Remote_HTML5-build.sh b/userpatches/overlay/root/Universal_HamRadio_Remote_HTML5-build.sh new file mode 100755 index 0000000..9f54d36 --- /dev/null +++ b/userpatches/overlay/root/Universal_HamRadio_Remote_HTML5-build.sh @@ -0,0 +1,11 @@ +#!/bin/bash +set -e + +cd /root/ + +BASE_DIR=/root/Universal_HamRadio_Remote_HTML5 + +if [ ! -e "${BASE_DIR}" ] ; then + git clone --depth=1 https://github.com/F4HTB/Universal_HamRadio_Remote_HTML5.git +fi +