Ver código fonte

Add hard coded sdrangel version.

tags/5.1.0
Luigi Cruz 3 anos atrás
committed by GitHub
pai
commit
13ab072253
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados ID da chave GPG: 4AEE18F83AFDEB23
1 arquivos alterados com 2 adições e 2 exclusões
  1. +2
    -2
      stage4/17-pisdr-sdrangel/05-run.sh

+ 2
- 2
stage4/17-pisdr-sdrangel/05-run.sh Ver arquivo

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

Carregando…
Cancelar
Salvar