@@ -4,7 +4,7 @@ on_chroot << EOF | |||||
mkdir -p "/home/${FIRST_USER_NAME}/PiSDR/Radios" | mkdir -p "/home/${FIRST_USER_NAME}/PiSDR/Radios" | ||||
cd "/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 | git clone --depth 1 https://github.com/rtlsdrblog/rtl-sdr-blog.git | ||||
fi | fi | ||||
@@ -16,4 +16,4 @@ ninja install | |||||
ldconfig | ldconfig | ||||
cd .. | cd .. | ||||
rm -fr build | rm -fr build | ||||
EOF | |||||
EOF |
@@ -5,7 +5,7 @@ mkdir -p "/home/${FIRST_USER_NAME}/PiSDR/Software" | |||||
cd "/home/${FIRST_USER_NAME}/PiSDR/Software" | cd "/home/${FIRST_USER_NAME}/PiSDR/Software" | ||||
if [ ! -d "gr-osmosdr" ]; then | if [ ! -d "gr-osmosdr" ]; then | ||||
git clone --single-branch --branch master --depth 1 git://git.osmocom.org/gr-osmosdr | |||||
git clone --single-branch --branch master --depth 1 https://github.com/osmocom/gr-osmosdr.git | |||||
fi | fi | ||||
cd gr-osmosdr | cd gr-osmosdr | ||||
@@ -5,7 +5,7 @@ mkdir -p "/home/${FIRST_USER_NAME}/PiSDR/Software" | |||||
cd "/home/${FIRST_USER_NAME}/PiSDR/Software" | cd "/home/${FIRST_USER_NAME}/PiSDR/Software" | ||||
if [ ! -d "osmo-fl2k" ]; then | if [ ! -d "osmo-fl2k" ]; then | ||||
git clone --depth 1 git://git.osmocom.org/osmo-fl2k.git | |||||
git clone --depth 1 https://github.com/osmocom/osmo-fl2k.git | |||||
fi | fi | ||||
cd osmo-fl2k | cd osmo-fl2k | ||||
@@ -16,4 +16,4 @@ ninja install | |||||
ldconfig | ldconfig | ||||
cd .. | cd .. | ||||
rm -fr build | rm -fr build | ||||
EOF | |||||
EOF |
@@ -5,7 +5,7 @@ mkdir -p "/home/${FIRST_USER_NAME}/PiSDR/Software" | |||||
cd "/home/${FIRST_USER_NAME}/PiSDR/Software" | cd "/home/${FIRST_USER_NAME}/PiSDR/Software" | ||||
if [ ! -d "CyberEther" ]; then | if [ ! -d "CyberEther" ]; then | ||||
git clone --branch development --depth 1 https://github.com/luigifcruz/CyberEther.git | |||||
git clone --depth 1 https://github.com/luigifcruz/CyberEther.git | |||||
cd CyberEther | cd CyberEther | ||||
meson -Dbuildtype=debugoptimized build | meson -Dbuildtype=debugoptimized build | ||||
cd build | cd build | ||||