1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/restic_ynh.git synced 2024-09-03 20:16:22 +02:00
This commit is contained in:
Éric Gaspar 2023-11-25 19:40:53 +01:00
parent dba776f2cc
commit 6fd31642b8
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 () {