Este site funciona melhor com JavaScript.
Página inicial
Ajuda
Acessar
hms
/
pisdr-rpi-image
espelhamento de
https://github.com/luigifreitas/pisdr-image
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Versões
14
Wiki
Atividade
Ver código fonte
add hamlib support
pull/39/head
Luigi Cruz
4 anos atrás
pai
5ac91c1105
commit
7a6b7c7305
2 arquivos alterados
com
16 adições
e
0 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+16
-0
builder/stage4/21-pisdr-hamlib/00-run.sh
+0
-0
builder/stage4/29-pisdr-leandvb/00-run.sh
+ 16
- 0
builder/stage4/21-pisdr-hamlib/00-run.sh
Ver arquivo
@@ -0,0 +1,16 @@
#!/bin/bash -e
on_chroot << EOF
mkdir -p "/home/${FIRST_USER_NAME}/PiSDR/Software"
cd "/home/${FIRST_USER_NAME}/PiSDR/Software"
if [ ! -d "Hamlib" ]; then
git clone https://github.com/Hamlib/Hamlib.git
fi
cd Hamlib
./bootstrap
./configure --with-python-binding
make -j$(nproc)
ldconfig
EOF
builder/stage4/21-pisdr-leandvb/00-run.sh → builder/stage4/29-pisdr-leandvb/00-run.sh
Ver arquivo
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar