mirror of
https://github.com/km4ack/73Linux
synced 2026-08-13 17:51:54 -04:00
force 4.4
This commit is contained in:
parent
df2a9da889
commit
b225777d92
1 changed files with 16 additions and 5 deletions
|
|
@ -31,13 +31,24 @@ INSTALL(){
|
|||
NEWRIG=$(curl -s https://sourceforge.net/projects/hamlib/files/latest/download |
|
||||
grep -o https://downloads.sourceforge.net/project/hamlib/hamlib/[0-9].[0-9] |
|
||||
head -n 1 | awk -F "/" '{print $7}')
|
||||
HAMLIBLINK=https://sourceforge.net/projects/hamlib/files/hamlib/${NEWRIG}/hamlib-${NEWRIG}.tar.gz
|
||||
#HAMLIBLINK=https://sourceforge.net/projects/hamlib/files/hamlib/${NEWRIG}/hamlib-${NEWRIG}.tar.gz
|
||||
#for hamlib 4.4 download until issues with 4.5 are resolved.
|
||||
#HAMLIBLINK=https://sourceforge.net/projects/hamlib/files/hamlib/4.4/hamlib-4.4.tar.gz
|
||||
|
||||
wget --tries 2 --connect-timeout=60 ${HAMLIBLINK}
|
||||
#wget --tries 2 --connect-timeout=60 ${HAMLIBLINK}
|
||||
|
||||
#tar -xzf hamlib-${NEWRIG}.tar.gz
|
||||
#rm hamlib-${NEWRIG}.tar.gz
|
||||
#cd hamlib-${NEWRIG} || return
|
||||
|
||||
#force hamlib 4.4 download until issues with 4.5 are resolved.
|
||||
HAMLIBLINK=https://sourceforge.net/projects/hamlib/files/hamlib/4.4/hamlib-4.4.tar.gz
|
||||
wget --tries 2 --connect-timeout=60 ${HAMLIBLINK}
|
||||
|
||||
tar -xzf hamlib-4.4.tar.gz
|
||||
rm hamlib*.tar.gz
|
||||
cd hamlib-4.4
|
||||
|
||||
tar -xzf hamlib-${NEWRIG}.tar.gz
|
||||
rm hamlib-${NEWRIG}.tar.gz
|
||||
cd hamlib-${NEWRIG} || return
|
||||
./configure
|
||||
make -j $BAPCORE
|
||||
sudo make install
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue