mirror of
https://github.com/YunoHost/package_check.git
synced 2024-09-03 20:06:20 +02:00
buster by default now
This commit is contained in:
parent
6bf299d476
commit
88d779666e
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ test -n "$YUNO_PWD" || YUNO_PWD=admin
|
|||
test -n "$LXC_NAME" || LXC_NAME=pchecker_lxc
|
||||
test -n "$LXC_BRIDGE" || LXC_BRIDGE=lxc-pchecker
|
||||
test -n "$dnsforce" || dnsforce=1
|
||||
test -n "$DISTRIB" || DISTRIB=stretch
|
||||
test -n "$DISTRIB" || DISTRIB=buster
|
||||
test -n "$branch" || branch=""
|
||||
ARG_SSH="-t"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue