committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 86 additions and 9 deletions
-
2README.md
-
2manifest.json
-
47scripts/_common.sh
-
15scripts/install
-
9scripts/restore
-
15scripts/upgrade
-
5scripts/upgrade.d/upgrade.last.sh
@ -1,10 +1,11 @@ |
|||
#!/bin/bash |
|||
|
|||
# Last available nextcloud version |
|||
next_version="13.0.1" |
|||
next_version="13.0.2" |
|||
|
|||
# Nextcloud tarball checksum sha256 |
|||
nextcloud_source_sha256="5743314a71e972ae46a14b36b37394d4545915aa5f32d9e12ba786d04c1f1d11" |
|||
nextcloud_source_sha256="7396f98a1a53a9f4b144f55360d87c89cb6ee899feef1cfbf29a736219f9c47d" |
|||
|
|||
# Patch nextcloud files only for the last version |
|||
cp -a ../sources/patches_last_version/* ../sources/patches |
|||
|
|||
Write
Preview
Loading…
Cancel
Save
Reference in new issue