mirror of
https://github.com/searxng/searxng.git
synced 2024-11-06 05:10:11 +01:00
Merge pull request #2634 from return42/fedora
[mod] LXC switch to Fedora 33 / Fedora 31 reached its EOL
This commit is contained in:
commit
63e696372b
@ -26,7 +26,7 @@ lxc_set_suite_env() {
|
|||||||
"$LINUXCONTAINERS_ORG_NAME:ubuntu/20.10" "ubu2010" # July 2021
|
"$LINUXCONTAINERS_ORG_NAME:ubuntu/20.10" "ubu2010" # July 2021
|
||||||
|
|
||||||
# EOL see https://fedoraproject.org/wiki/Releases
|
# EOL see https://fedoraproject.org/wiki/Releases
|
||||||
"$LINUXCONTAINERS_ORG_NAME:fedora/31" "fedora31"
|
"$LINUXCONTAINERS_ORG_NAME:fedora/33" "fedora33"
|
||||||
|
|
||||||
# rolling releases see https://www.archlinux.org/releng/releases/
|
# rolling releases see https://www.archlinux.org/releng/releases/
|
||||||
"$LINUXCONTAINERS_ORG_NAME:archlinux" "archlinux"
|
"$LINUXCONTAINERS_ORG_NAME:archlinux" "archlinux"
|
||||||
|
@ -49,7 +49,7 @@ echo 'Set disable_coredump false' >> /etc/sudo.conf
|
|||||||
"
|
"
|
||||||
|
|
||||||
# shellcheck disable=SC2034
|
# shellcheck disable=SC2034
|
||||||
fedora31_boilerplate="
|
fedora33_boilerplate="
|
||||||
dnf update -y
|
dnf update -y
|
||||||
dnf install -y git curl wget hostname
|
dnf install -y git curl wget hostname
|
||||||
echo 'Set disable_coredump false' >> /etc/sudo.conf
|
echo 'Set disable_coredump false' >> /etc/sudo.conf
|
||||||
|
Loading…
Reference in New Issue
Block a user