kopia lustrzana https://github.com/km4ack/pi-build
fix link
rodzic
6fb03f4281
commit
76b0498c04
|
@ -33,7 +33,7 @@ FLSTART() {
|
||||||
|
|
||||||
if [ -z "$FLX" ]; then
|
if [ -z "$FLX" ]; then
|
||||||
#determine latest FLXMLRPC & download
|
#determine latest FLXMLRPC & download
|
||||||
FLXM=$(flxmpc - curl -s http://www.w1hkj.com/files/flxmlrpc/ | grep .tar.gz | sed 's/.*ref="//;s/">.*$//')
|
FLXM=$(curl -s http://www.w1hkj.com/files/flxmlrpc/ | grep .tar.gz | sed 's/.*ref="//;s/">.*$//')
|
||||||
XMPKG=$(echo ${FLXM} | sed 's/.tar.gz//')
|
XMPKG=$(echo ${FLXM} | sed 's/.tar.gz//')
|
||||||
cd ${HOME}/Downloads || return
|
cd ${HOME}/Downloads || return
|
||||||
wget --tries 2 --connect-timeout=60 http://www.w1hkj.com/files/flxmlrpc/${FLXM}
|
wget --tries 2 --connect-timeout=60 http://www.w1hkj.com/files/flxmlrpc/${FLXM}
|
||||||
|
|
Ładowanie…
Reference in New Issue