borg-repo: add ubuntu as supported OS.

This commit is contained in:
sparrowhawk 2021-10-04 11:47:19 +02:00
parent c466733111
commit 023206d3d9
No known key found for this signature in database
GPG Key ID: 6778C9C29C02D691
1 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,7 @@
os="$(cat "${__global:?}"/explorer/os)"
case "$os" in
"alpine")
"alpine"|"ubuntu")
borg_package=borgbackup
;;
*)
@ -17,3 +17,4 @@ if [ -f "${__object:?}/parameter/owner" ];
then
__package sudo
fi