Skip to content

Commit

Permalink
v130
Browse files Browse the repository at this point in the history
+ Final pre-release modifications
  • Loading branch information
Fourdee committed Sep 6, 2016
1 parent a9769c2 commit d9aeabb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
v130
(05/09/16)
(06/09/16)

New device:
NanoPi M2 DietPi image is now available. Many thanks to k-plan for sending me this tiny, but powerful board!: http://dietpi.com/phpbb/viewtopic.php?f=8&t=620#p2664

Changes / Improvements / Optimizations:
DietPi-Software | Uae4ARM | Amiga emulator. Collaboration with the creator of AmiBerry (Dimitris): http://dietpi.com/phpbb/viewtopic.php?f=8&t=5&p=64#p64
DietPi-Software | Uae4ARM | Amiga emulator for your Raspberry Pi. Collaboration with the creator of AmiBerry (Dimitris) to bring you the highest performance Amiga emulation, running on lightweight DietPi: http://dietpi.com/phpbb/viewtopic.php?f=8&t=5&p=64#p64
DietPi-Software | ARM64 | Squeezebox Server (Logitech Media Centre) and Squeezelite are now available for installation: https://github.com/Fourdee/DietPi/issues/354
DietPi-Software | Pi-hole | Installation updated to latest version 2.9: https://github.com/Fourdee/DietPi/issues/478
DietPi-Software | RPi monitor updated to latest version, thanks to WolfganP: https://github.com/Fourdee/DietPi/issues/238#issuecomment-241461096
Expand Down
2 changes: 1 addition & 1 deletion dietpi/dietpi-software
Original file line number Diff line number Diff line change
Expand Up @@ -2864,7 +2864,7 @@ _EOF_

#Download binaries
wget "$INSTALL_URL_ADDRESS" -O package.zip
unzip package.zip -d /etc
unzip -o package.zip -d /etc
rm package.zip

else
Expand Down
8 changes: 6 additions & 2 deletions dietpi/patch_file
Original file line number Diff line number Diff line change
Expand Up @@ -1438,8 +1438,12 @@ _EOF_

#-------------------------------------------------------------------------------
#Removal of dietpi-apt-get_update, revert back to standard apt-get update.
/DietPi/dietpi/dietpi-apt-get_update 1 #wait for existing job if running.
rm /DietPi/dietpi/dietpi-apt-get_update
if [ -f /DietPi/dietpi/dietpi-apt-get_update ]; then #Doesnt exist on v129.5 AmiBerry image, so check exists.

/DietPi/dietpi/dietpi-apt-get_update 1 #wait for existing job if running.
rm /DietPi/dietpi/dietpi-apt-get_update

fi
#-------------------------------------------------------------------------------
#Scroll lock fix for RPi by Midwan: https://github.com/Fourdee/DietPi/issues/474#issuecomment-243215674
if (( $HW_MODEL < 10 )); then
Expand Down

0 comments on commit d9aeabb

Please sign in to comment.