mirror of
https://github.com/YunoHost/vinaigrette.git
synced 2024-09-03 20:06:11 +02:00
For now we still are in stretch
This commit is contained in:
parent
4a484ff6a5
commit
827ef9e423
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
readonly THISSCRIPT=$0
|
||||
readonly BRANCH_NIGHTLY="unstable"
|
||||
readonly DISTRIBS="buster"
|
||||
readonly DISTRIBS="stretch buster"
|
||||
readonly TIMETAG="$(date +%Y%m%d%H%M)"
|
||||
readonly PACKAGES="moulinette SSOwat yunohost yunohost-admin"
|
||||
readonly FORCE="false"
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
readonly THISSCRIPT=$0
|
||||
readonly PACKAGE=$1
|
||||
readonly BRANCH=$2
|
||||
readonly DISTRIB="buster"
|
||||
readonly DISTRIB="stretch"
|
||||
|
||||
source /home/vinaigrette/config/config
|
||||
source /home/vinaigrette/scripts/common.sh
|
||||
|
|
Loading…
Reference in a new issue