1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/restic_ynh.git synced 2024-09-03 20:16:22 +02:00

Merge pull request #18 from YunoHost-Apps/0.16.2

0.16.2
This commit is contained in:
eric_G 2023-11-25 22:57:38 +01:00 committed by GitHub
commit b073a2f12f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@
"url": "https://gnoobix.net" "url": "https://gnoobix.net"
}, },
"requirements": { "requirements": {
"yunohost": ">= 4.3.0" "yunohost": ">= 11.2"
}, },
"multi_instance": true, "multi_instance": true,
"services": [], "services": [],

View file

@ -5,7 +5,7 @@
#================================================= #=================================================
# App package root directory should be the parent folder # App package root directory should be the parent folder
PKG_DIR=$(cd ../; pwd) PKG_DIR=$(cd ../; pwd)
RESTIC_VERSION="0.12.0" RESTIC_VERSION="0.16.2"
# Install restic if restic is not here # Install restic if restic is not here
install_restic () { install_restic () {