Merge pull request #279 from km4ack/dev

Dev
pull/281/head
KM4ACK 2021-08-02 12:29:46 -05:00 zatwierdzone przez GitHub
commit 463d939b6a
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
2 zmienionych plików z 8 dodań i 8 usunięć

Wyświetl plik

@ -504,10 +504,6 @@ EOF
sudo mv build-a-pi.desktop /usr/share/applications/
#create new menu subcategories. One for FLDIGI Suite and
#one for Build a Pi.
bash ${HOME}/pi-build/menu-update
#####################################
# Install Base Apps
#####################################
@ -552,6 +548,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
#####################################

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
#####################################