kopia lustrzana https://github.com/km4ack/pi-build
commit
463d939b6a
|
|
@ -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
8
update
|
|
@ -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
|
||||
#####################################
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue