Skip to content

Commit

Permalink
v6.20
Browse files Browse the repository at this point in the history
+ DietPi-Software | ownCloud: Disable on Buster, since PHP7.3 is currently not yet supported
  • Loading branch information
MichaIng authored Dec 24, 2018
1 parent eb43eaf commit a454034
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dietpi/dietpi-software
Original file line number Diff line number Diff line change
Expand Up @@ -1069,6 +1069,8 @@ _EOF_
aSOFTWARE_REQUIRES_PHP[$software_id]=1
aSOFTWARE_REQUIRES_MYSQL[$software_id]=1
aSOFTWARE_ONLINEDOC_URL[$software_id]='p=47#p47'
# Current ownCloud 10.0.10 does not support PHP7.3 (Buster): https://doc.owncloud.org/server/administration_manual/installation/system_requirements.html
aSOFTWARE_AVAIL_G_DISTRO[$software_id,5]=0

#------------------
software_id=114
Expand Down Expand Up @@ -7243,7 +7245,7 @@ _EOF_
Banner_Configuration

# Custom confs, included by sites-enabled/default within server directive, while nginx/(conf.d|sites-enabled) is included by nginx.conf outside server directive
mkdir /etc/nginx/sites-dietpi
mkdir -p /etc/nginx/sites-dietpi

G_BACKUP_FP /etc/nginx/nginx.conf
dps_index=$software_id Download_Install 'nginx.conf' /etc/nginx/nginx.conf
Expand Down

0 comments on commit a454034

Please sign in to comment.