kopia lustrzana https://github.com/km4ack/pi-build
remove hamlib4.2
rodzic
004f843f6e
commit
bcd0c2591a
|
@ -1,39 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
|
|
||||||
#This script will install hamlib 4.2 until
|
|
||||||
#hamlib 4.3 can be fixed. See this issue
|
|
||||||
#https://github.com/km4ack/pi-build/issues/296
|
|
||||||
#20210901 KM4ACK
|
|
||||||
|
|
||||||
#Give this patch a unique name. A good idea is
|
|
||||||
#to give it the application name that is being
|
|
||||||
#patched followed by the date. ie FLDIDI20210805
|
|
||||||
|
|
||||||
PATCHNAME=hamlib4.2-20210901
|
|
||||||
|
|
||||||
PATCHFILE=$HOME/.config/patch
|
|
||||||
touch $PATCHFILE
|
|
||||||
###############################
|
|
||||||
#Patch script commands go here#
|
|
||||||
###############################
|
|
||||||
clear;echo;echo
|
|
||||||
echo "This is a test patch"
|
|
||||||
cd $HOME/Downloads
|
|
||||||
wget https://github.com/Hamlib/Hamlib/releases/download/4.2/hamlib-4.2.tar.gz
|
|
||||||
tar -xzf hamlib-4.2.tar.gz
|
|
||||||
rm hamlib-4.2.tar.gz
|
|
||||||
cd hamlib-4.2
|
|
||||||
./configure
|
|
||||||
make
|
|
||||||
sudo make install
|
|
||||||
sudo ldconfig
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#############################################
|
|
||||||
#write patch name to a file so we can #
|
|
||||||
#look and see if it has been applied before.#
|
|
||||||
#This is checked by the patch-menu script #
|
|
||||||
#before running the patch #
|
|
||||||
#############################################
|
|
||||||
echo "$PATCHNAME" >> $PATCHFILE
|
|
Ładowanie…
Reference in New Issue