add repeaterSTART #400

pull/427/head
KM4ACK 2022-08-26 11:20:47 -05:00
rodzic 5a66ae5c32
commit afbe8e625f
1 zmienionych plików z 13 dodań i 0 usunięć

Wyświetl plik

@ -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}
}