소스 검색

Merge branch 'readsb' of github.com:luigifcruz/pisdr-image into readsb

pull/49/head
Luigi Cruz 3 년 전
부모
커밋
a92493ed24
2개의 변경된 파일4개의 추가작업 그리고 3개의 파일을 삭제
  1. +2
    -2
      stage4/17-pisdr-sdrangel/05-run.sh
  2. +2
    -1
      stage4/32-pisdr-dump1090/00-run.sh

+ 2
- 2
stage4/17-pisdr-sdrangel/05-run.sh 파일 보기

@@ -5,7 +5,7 @@ mkdir -p "/home/${FIRST_USER_NAME}/PiSDR/Software"
cd "/home/${FIRST_USER_NAME}/PiSDR/Software"

if [ ! -d "sdrangel" ]; then
git clone --depth 1 https://github.com/f4exb/sdrangel.git
git clone --depth 1 --branch v6.5.5 https://github.com/f4exb/sdrangel.git
fi

cd sdrangel
@@ -16,4 +16,4 @@ ninja install
ldconfig
cd ..
rm -fr build
EOF
EOF

+ 2
- 1
stage4/32-pisdr-dump1090/00-run.sh 파일 보기

@@ -1,5 +1,6 @@
#!/bin/bash -e

install -v -o 1000 -g 1000 -d "${ROOTFS_DIR}/home/${FIRST_USER_NAME}/PiSDR/Software/dump1090/"
install -v -o 1000 -g 1000 -m 755 targets/enable.sh "${ROOTFS_DIR}/home/${FIRST_USER_NAME}/PiSDR/Software/dump1090/"
install -v -o 1000 -g 1000 -m 755 targets/disable.sh "${ROOTFS_DIR}/home/${FIRST_USER_NAME}/PiSDR/Software/dump1090/"
install -v -o 1000 -g 1000 -m 755 targets/configure_rbfeeder.sh "${ROOTFS_DIR}/home/${FIRST_USER_NAME}/PiSDR/Software/dump1090/"
@@ -132,4 +133,4 @@ echo "[PiSDR] Deleting build files to save space."
rm -fr /usr/local/share/tar1090/git-db
rm -fr /usr/local/share/tar1090/git

EOF
EOF

불러오는 중...
취소
저장