update menu section

pull/279/head
KM4ACK 2021-08-02 12:28:56 -05:00
rodzic fef6455fed
commit 7d4bcc6af1
1 zmienionych plików z 4 dodań i 4 usunięć

8
update
Wyświetl plik

@ -1108,10 +1108,6 @@ sudo apt-get -y update
sudo apt-get -y upgrade
sudo apt -y full-upgrade
#create new menu subcategories. One for FLDIGI Suite and
#one for Build a Pi.
bash ${HOME}/pi-build/menu-update
#####################################
# Install Base Apps
#####################################
@ -1158,6 +1154,10 @@ while read i; do
$i
done <${UTILITY}
#create new menu subcategories. One for FLDIGI Suite and
#one for Build a Pi.
bash ${HOME}/pi-build/menu-update
#####################################
# END CLEANUP
#####################################