Skip to content

Commit

Permalink
v6.17
Browse files Browse the repository at this point in the history
+Allo GUI v11:
- Minor update to add GUI support for new DietPi version codes.
  • Loading branch information
Daniel Knight committed Oct 18, 2018
1 parent de3acfe commit aedc41c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ Bug Fixes:
- General | Resolved an issue with Rock64 being unable to run xserver. Please note this device still runs under limited software rendering due to lack of available working drivers/installation method for Debian systems: https://github.com/Fourdee/DietPi/issues/2086
- General | Resolved an issue with Jessie failing to start networking with preboot script: https://github.com/Fourdee/DietPi/issues/2075

Allo GUI v11:
- Minor update to add GUI support for new DietPi version codes.

As always, many smaller code performance and stability improvements, visual and spelling fixes have been done, too much to list all of them here. Check out all code changes of this release on GitHub: https://github.com/Fourdee/DietPi/pull/XXXX/files

-----------------------------------------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion dietpi/dietpi-software
Original file line number Diff line number Diff line change
Expand Up @@ -6281,7 +6281,7 @@ _EOF_
${aSOFTWARE_INSTALL_STATE[160]} == 1 )); then

Banner_Installing
Download_Install 'https://dietpi.com/downloads/binaries/all/allo_web_interface_v10.7z' /var/www
Download_Install 'https://dietpi.com/downloads/binaries/all/allo_web_interface_v11.7z' /var/www

fi

Expand Down
3 changes: 2 additions & 1 deletion dietpi/patch_file
Original file line number Diff line number Diff line change
Expand Up @@ -1181,9 +1181,10 @@ We strongly recommend you select "0 : Re-enable IPv6 on kernel level". By doing
#-------------------------------------------------------------------------------
#Reinstalls:
# myMPD: https://twitter.com/ta11/status/1045978421967421440
# Allo GUI: New DietPi version codes
if (( $G_DIETPI_INSTALL_STAGE == 1 )); then

/DietPi/dietpi/dietpi-software reinstall 148
/DietPi/dietpi/dietpi-software reinstall 148 160

#Run Transmission and Plex Media Server as "dietpi" group: https://github.com/Fourdee/DietPi/issues/2067#issuecomment-427579779
if grep -q '^aSOFTWARE_INSTALL_STATE\[44\]=2' /DietPi/dietpi/.installed; then
Expand Down

0 comments on commit aedc41c

Please sign in to comment.