Este sitio web funciona mejor con JavaScript.
Inicio
Ayuda
Iniciar sesión
hms
/
pisdr-rpi-image
réplica de
https://github.com/luigifreitas/pisdr-image
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Lanzamientos
14
Wiki
Actividad
Explorar el Código
add dump1090 support
pull/39/head
Luigi Cruz
hace 4 años
padre
3678ad62d3
commit
03ff1290f2
Se han
modificado 1 ficheros
con
14 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+14
-0
builder/stage4/32-pisdr-dump1090/00-run.sh
+ 14
- 0
builder/stage4/32-pisdr-dump1090/00-run.sh
Ver fichero
@@ -0,0 +1,14 @@
#!/bin/bash -e
on_chroot << EOF
mkdir -p "/home/${FIRST_USER_NAME}/PiSDR/Software"
cd "/home/${FIRST_USER_NAME}/PiSDR/Software"
if [ ! -d "dump1090" ]; then
git clone --depth 1 https://github.com/antirez/dump1090.git
fi
cd dump1090
make -j$(nproc)
cp dump1090 /usr/bin/
EOF
Escribir
Vista previa
Cargando…
Cancelar
Guardar