borg-repo: fix typo in OS names
This commit is contained in:
parent
0da93380cc
commit
80f263d7ed
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
os="$(cat "${__global:?}"/explorer/os)"
|
||||
|
||||
case "$os" in
|
||||
"alpine|ubuntu")
|
||||
"alpine"|"ubuntu")
|
||||
borg_package=borgbackup
|
||||
;;
|
||||
*)
|
||||
|
|
Loading…
Reference in a new issue