Skip to content

Commit 2aaaa3e

Browse files
committed
Set supported NC version to 33.0.2
1 parent 13f45b2 commit 2aaaa3e

3 files changed

Lines changed: 2 additions & 7 deletions

File tree

etc/ncp-config.d/nc-nextcloud.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
{
1010
"id": "VER",
1111
"name": "Version",
12-
"value": "33.0.0"
12+
"value": "33.0.2"
1313
},
1414
{
1515
"id": "MAXFILESIZE",

etc/ncp.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"nextcloud_version": "33.0.1",
2+
"nextcloud_version": "33.0.2",
33
"php_version": "8.3",
44
"release": "bookworm"
55
}

update.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -154,11 +154,6 @@ rm -rf /var/www/ncp-app
154154
mkdir -p /var/www/ncp-app
155155
cp -r ncp-app/{appinfo,css,img,js,lib,templates} /var/www/ncp-app/
156156

157-
# install ncp-previewgenerator
158-
rm -rf /var/www/ncp-previewgenerator
159-
cp -r ncp-previewgenerator /var/www/
160-
chown -R www-data: /var/www/ncp-previewgenerator
161-
162157
# copy NC app to nextcloud directory and enable it
163158
rm -rf /var/www/nextcloud/apps/nextcloudpi
164159
cp -r /var/www/ncp-app /var/www/nextcloud/apps/nextcloudpi

0 commit comments

Comments
 (0)