mirror of
https://github.com/YunoHost-Apps/restic_ynh.git
synced 2024-09-03 20:16:22 +02:00
commit
82310a4db4
2 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@
|
|||
"url": "https://gnoobix.net"
|
||||
},
|
||||
"requirements": {
|
||||
"yunohost": ">= 4.3.0"
|
||||
"yunohost": ">= 11.2"
|
||||
},
|
||||
"multi_instance": true,
|
||||
"services": [],
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
#=================================================
|
||||
# App package root directory should be the parent folder
|
||||
PKG_DIR=$(cd ../; pwd)
|
||||
RESTIC_VERSION="0.12.0"
|
||||
RESTIC_VERSION="0.16.2"
|
||||
|
||||
# Install restic if restic is not here
|
||||
install_restic () {
|
||||
|
|
Loading…
Reference in a new issue