Просмотр исходного кода

Add hard coded sdrangel version.

tags/5.1.0
Luigi Cruz 3 лет назад
committed by GitHub
Родитель
Сommit
13ab072253
Не найден GPG ключ соответствующий данной подписи Идентификатор GPG ключа: 4AEE18F83AFDEB23
1 измененных файлов: 2 добавлений и 2 удалений
  1. +2
    -2
      stage4/17-pisdr-sdrangel/05-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

Загрузка…
Отмена
Сохранить