diff options
author | Markus Heiser <markus.heiser@darmarit.de> | 2021-01-02 17:27:16 +0100 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarit.de> | 2021-01-02 17:27:16 +0100 |
commit | 89e6ba5af72041361acf916294fc5d13741098cc (patch) | |
tree | 7f78726459b052743d31327e243dd9c768214bf7 /utils/lxc.sh | |
parent | c7d92d64753334af303e7a5fcbe1b041d933ba1e (diff) | |
download | searxng-89e6ba5af72041361acf916294fc5d13741098cc.tar.gz searxng-89e6ba5af72041361acf916294fc5d13741098cc.zip |
[mod] add Ubuntu 20.10 image to the LXC suite
Ubuntu 20.10 image [1] is avialable from https://images.linuxcontainers.org
BTW: replace builhost package 'ttf-dejavu' by more common meta package
'fonts-dejavu' ('ttf-dejavu' is no longer available in 20.10).
[1] https://github.com/lxc/lxc-ci/commit/d161de601bffe4055d77b9d52a826ce5d81567d9
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'utils/lxc.sh')
-rwxr-xr-x | utils/lxc.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/lxc.sh b/utils/lxc.sh index 2737a188b..39701ef04 100755 --- a/utils/lxc.sh +++ b/utils/lxc.sh @@ -39,6 +39,8 @@ $ubu1904_boilerplate echo 'Set disable_coredump false' >> /etc/sudo.conf " +ubu2010_boilerplate="$ubu1904_boilerplate" + # shellcheck disable=SC2034 archlinux_boilerplate=" pacman -Syu --noconfirm |