kopia lustrzana https://github.com/km4ack/pi-build
add repeaterSTART #400
rodzic
5a66ae5c32
commit
afbe8e625f
|
@ -891,6 +891,17 @@ GRIDCALC(){
|
|||
$HOME/bin/grid-calc
|
||||
}
|
||||
|
||||
##################################
|
||||
# Repeater-Start
|
||||
##################################
|
||||
REPEAT(){
|
||||
REPEAT_LATEST=$(curl -s https://sourceforge.net/projects/repeater-start/files/ | grep all.deb | head -1 | sed 's/.*repeater/repeater/;s/".*//')
|
||||
cd ${HOME}/Downloads
|
||||
wget https://sourceforge.net/projects/repeater-start/files/$REPEAT_LATEST
|
||||
sudo dpkg -i $REPEAT_LATEST
|
||||
}
|
||||
|
||||
|
||||
##################################
|
||||
# JTDX
|
||||
##################################
|
||||
|
@ -912,4 +923,6 @@ JTDX() {
|
|||
sudo apt-get --fix-broken -y install
|
||||
sudo dpkg -i ${VER}
|
||||
rm ${VER}
|
||||
|
||||
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue