From 4e10ddb3e36ab2c9b78b59ef2e47d879a4639269 Mon Sep 17 00:00:00 2001 From: n1ai Date: Thu, 25 Jan 2024 18:21:38 -0500 Subject: [PATCH] n1ai build fixes --- stage4/11-pisdr-rtlsdr/00-run.sh | 4 ++-- stage4/14-pisdr-gnuradio-mod/02-run.sh | 2 +- stage4/29-pisdr-osmo-fl2k/00-run.sh | 4 ++-- stage4/32-pisdr-cyberether/00-run.sh | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/stage4/11-pisdr-rtlsdr/00-run.sh b/stage4/11-pisdr-rtlsdr/00-run.sh index 0e4ec22..e0ce217 100755 --- a/stage4/11-pisdr-rtlsdr/00-run.sh +++ b/stage4/11-pisdr-rtlsdr/00-run.sh @@ -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 \ No newline at end of file +EOF diff --git a/stage4/14-pisdr-gnuradio-mod/02-run.sh b/stage4/14-pisdr-gnuradio-mod/02-run.sh index 1fff15f..db25b0e 100755 --- a/stage4/14-pisdr-gnuradio-mod/02-run.sh +++ b/stage4/14-pisdr-gnuradio-mod/02-run.sh @@ -5,7 +5,7 @@ mkdir -p "/home/${FIRST_USER_NAME}/PiSDR/Software" cd "/home/${FIRST_USER_NAME}/PiSDR/Software" 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 cd gr-osmosdr diff --git a/stage4/29-pisdr-osmo-fl2k/00-run.sh b/stage4/29-pisdr-osmo-fl2k/00-run.sh index 10266f2..b441249 100755 --- a/stage4/29-pisdr-osmo-fl2k/00-run.sh +++ b/stage4/29-pisdr-osmo-fl2k/00-run.sh @@ -5,7 +5,7 @@ mkdir -p "/home/${FIRST_USER_NAME}/PiSDR/Software" cd "/home/${FIRST_USER_NAME}/PiSDR/Software" 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 cd osmo-fl2k @@ -16,4 +16,4 @@ ninja install ldconfig cd .. rm -fr build -EOF \ No newline at end of file +EOF diff --git a/stage4/32-pisdr-cyberether/00-run.sh b/stage4/32-pisdr-cyberether/00-run.sh index fc864bb..8df1717 100755 --- a/stage4/32-pisdr-cyberether/00-run.sh +++ b/stage4/32-pisdr-cyberether/00-run.sh @@ -5,7 +5,7 @@ mkdir -p "/home/${FIRST_USER_NAME}/PiSDR/Software" cd "/home/${FIRST_USER_NAME}/PiSDR/Software" 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 meson -Dbuildtype=debugoptimized build cd build