mirror of
https://github.com/YunoHost-Apps/restic_ynh.git
synced 2024-09-03 20:16:22 +02:00
feat: add a script to check package against YNH package_check
This commit is contained in:
parent
041ecd5161
commit
6a2a141997
1 changed files with 3 additions and 0 deletions
3
check-yunohost-package.sh
Executable file
3
check-yunohost-package.sh
Executable file
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/bash
|
||||||
|
vagrant up
|
||||||
|
vagrant ssh -c "/package_check/package_check.sh /restic_ynh"
|
Loading…
Reference in a new issue