mirror of
https://github.com/km4ack/73Linux
synced 2026-08-13 17:51:54 -04:00
fix #168
This commit is contained in:
parent
157a4c1c79
commit
b1f9c7b9cc
1 changed files with 4 additions and 4 deletions
|
|
@ -39,10 +39,10 @@ INSTALL(){
|
|||
sudo -A apt install -y libfltk1.3-dev $LIBJPG libxft-dev libxinerama-dev libxcursor-dev libsndfile1-dev libsamplerate0-dev portaudio19-dev libpulse-dev libusb-1.0-0-dev texinfo libudev-dev
|
||||
|
||||
#determine latest FLXMLRPC & download
|
||||
FLXM=$(curl -s http://www.w1hkj.com/files/flxmlrpc/ | grep .tar.gz | sed 's/.*ref="//;s/">.*$//')
|
||||
FLXM=$(curl -s https://www.w1hkj.org/files/flxmlrpc/ | grep .tar.gz | sed 's/.*ref="//;s/">.*$//')
|
||||
XMPKG=$(echo ${FLXM} | sed 's/.tar.gz//')
|
||||
cd ${BUILDDIR} || return
|
||||
wget --tries 2 --connect-timeout=60 http://www.w1hkj.com/files/flxmlrpc/${FLXM}
|
||||
wget --tries 2 --connect-timeout=60 https://www.w1hkj.org/files/flxmlrpc/${FLXM}
|
||||
tar -zxvf ${FLXM}
|
||||
|
||||
#build FLXMLRPC
|
||||
|
|
@ -60,13 +60,13 @@ INSTALL(){
|
|||
CLEANSOURCE
|
||||
|
||||
#determine lastest FLNET
|
||||
NETTAR=$(curl -s http://www.w1hkj.com/files/flnet/ | grep .tar.gz | sed 's/.*ref="//;s/">.*$//')
|
||||
NETTAR=$(curl -s https://www.w1hkj.org/files/flnet/ | grep .tar.gz | sed 's/.*ref="//;s/">.*$//')
|
||||
NETPKG=$(echo ${NETTAR} | sed 's/.tar.gz//')
|
||||
sudo -A apt install -y libfltk1.3-dev libfltk1.3-compat-headers
|
||||
|
||||
#download FLNET
|
||||
cd ${BAPSRC}
|
||||
wget --tries 2 --connect-timeout=60 http://www.w1hkj.com/files/flnet/$NETTAR
|
||||
wget --tries 2 --connect-timeout=60 https://www.w1hkj.org/files/flnet/$NETTAR
|
||||
tar -zxvf ${NETTAR}
|
||||
|
||||
#build FLNET
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue