Browse Source

Merge 4e10ddb3e3 into ee7f34b35a

pull/108/merge
n1ai 9 months ago
committed by GitHub
parent
commit
d95af9d000
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
4 changed files with 6 additions and 6 deletions
  1. +2
    -2
      stage4/11-pisdr-rtlsdr/00-run.sh
  2. +1
    -1
      stage4/14-pisdr-gnuradio-mod/02-run.sh
  3. +2
    -2
      stage4/29-pisdr-osmo-fl2k/00-run.sh
  4. +1
    -1
      stage4/32-pisdr-cyberether/00-run.sh

+ 2
- 2
stage4/11-pisdr-rtlsdr/00-run.sh View File

@@ -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

+ 1
- 1
stage4/14-pisdr-gnuradio-mod/02-run.sh View File

@@ -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


+ 2
- 2
stage4/29-pisdr-osmo-fl2k/00-run.sh View File

@@ -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

+ 1
- 1
stage4/32-pisdr-cyberether/00-run.sh View File

@@ -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


Loading…
Cancel
Save