Skip to content

Commit

Permalink
v6.3
Browse files Browse the repository at this point in the history
+ DietPi-Software | Radarr/Sonarr: Reinstall patch, to bring binaries
upto date, which resolves issues with the latest mono lib version:
https://github.com/Fourdee/DietPi/issues/1566
  • Loading branch information
Fourdee committed Mar 4, 2018
1 parent db4e2df commit aee215d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ General | Resolved basic APT issues with Meveric's repo and failing dependencies
General | DietPi-Globals are now loaded prior to login script. Ensures aliases are functional during exit of 1st run setup: https://github.com/Fourdee/DietPi/issues/1580#issuecomment-370149636
DietPi-Services | Service stop order is now reversed: https://github.com/Fourdee/DietPi/issues/1462#issue-294140894
DietPi-Set_Hardware | Resolved issues with serial consoles not be disabled without dbus installed. Serial consoles are now masked/unmasked (previously disabled): https://github.com/Fourdee/DietPi/issues/1482
DietPi-Software | Radarr/Sonarr: Reinstall patch, to bring binaries upto date, which resolves issues with the latest mono lib version: https://github.com/Fourdee/DietPi/issues/1566
DietPi-Software | Desktops: USB drive removed from .gtk-bookmarks as no longer used in DietPi.
DietPi-Software | Shairport-Sync: Resolved ARMv6 binary Illegal instruction: https://github.com/Fourdee/DietPi/issues/1548
DietPi-Software | Lighttpd: Resolved an issue with failed enable of php module, due to perl being a undocumented pre-req for 'lighttpd-enable-mod'.
Expand Down
3 changes: 2 additions & 1 deletion dietpi/patch_file
Original file line number Diff line number Diff line change
Expand Up @@ -274,14 +274,15 @@ _EOF_
# Shairport-sync 3.1.7
# RPi Cam
# Aria2 for .conf addition: https://github.com/Fourdee/DietPi/issues/1575#issuecomment-370248708
# Sonarr/Radarr: https://github.com/Fourdee/DietPi/issues/1566#issuecomment-369334473
if [ -f /DietPi/dietpi/.installed ]; then

# - RPi cam pre-patch
mv /var/www/dietpicam /var/www/rpicam &> /dev/null
mv "$G_FP_DIETPI_USERDATA"/dietpicam "$G_FP_DIETPI_USERDATA"/rpicam &> /dev/null
rm /var/www/rpicam/media &> /dev/null

/DietPi/dietpi/dietpi-software reinstall 37 59 132
/DietPi/dietpi/dietpi-software reinstall 37 59 132 144 145

fi
#-------------------------------------------------------------------------------
Expand Down

0 comments on commit aee215d

Please sign in to comment.