kopia lustrzana https://github.com/km4ack/pi-build
fix sstv install
rodzic
cc0119f382
commit
d2193fda05
|
@ -289,9 +289,9 @@ sudo apt-get install -y g++ libfftw3-dev qt5-default libpulse-dev libhamlib-dev
|
||||||
|
|
||||||
cd $HOME/Downloads
|
cd $HOME/Downloads
|
||||||
|
|
||||||
TAR=$(curl -s http://users.telenet.be/on4qz/qsstv/downloads/ | grep tar.gz | sed 's/.*href="//' | sed 's/">.*$//')
|
TAR=$(curl -s http://users.telenet.be/on4qz/qsstv/downloads/ | grep tar.gz | sed 's/.*href="//' | sed 's/">.*$//' | tail -1)
|
||||||
wget --tries 2 --connect-timeout=60 http://users.telenet.be/on4qz/qsstv/downloads/$TAR
|
wget --tries 2 --connect-timeout=60 http://users.telenet.be/on4qz/qsstv/downloads/$TAR
|
||||||
SSTVTAR=$(echo $TAR | sed 's/.tar.gz//')
|
SSTVTAR=$(echo $TAR | sed 's/.tar.gz//;s/.0//')
|
||||||
tar -xvzf $TAR
|
tar -xvzf $TAR
|
||||||
cd $SSTVTAR
|
cd $SSTVTAR
|
||||||
qmake
|
qmake
|
||||||
|
|
Ładowanie…
Reference in New Issue