|
|
@@ -4,7 +4,7 @@ on_chroot << EOF |
|
|
|
mkdir -p "/home/${FIRST_USER_NAME}/PiSDR/Radios" |
|
|
|
cd "/home/${FIRST_USER_NAME}/PiSDR/Radios" |
|
|
|
|
|
|
|
if [ ! -d "rtl-sdr" ]; then |
|
|
|
if [ ! -d "rtl-sdr-blog" ]; then |
|
|
|
git clone --depth 1 https://github.com/rtlsdrblog/rtl-sdr-blog.git |
|
|
|
fi |
|
|
|
|
|
|
@@ -16,4 +16,4 @@ ninja install |
|
|
|
ldconfig |
|
|
|
cd .. |
|
|
|
rm -fr build |
|
|
|
EOF |
|
|
|
EOF |