x6100-armbian/userpatches/overlay/root/Universal_HamRadio_Remote_H...

12 wiersze
201 B
Bash
Executable File

#!/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