diff options
| author | Markus Heiser <markus.heiser@darmarit.de> | 2021-03-05 13:17:47 +0100 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarit.de> | 2021-03-05 13:17:47 +0100 |
| commit | 0305775e29de3897ef3e924c164ffab0d89b0ea2 (patch) | |
| tree | b1d9c622f6e657cf8c38988222cc88730a408626 /utils/lxc.sh | |
| parent | 0165e14a7f0400ae10bfb217e4e4bf3992db6bf1 (diff) | |
[mod] LXC switch to Fedora 33 / Fedora 31 reached its EOL
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, 1 insertions, 1 deletions
diff --git a/utils/lxc.sh b/utils/lxc.sh index 30936e9b1..79cb1c04f 100755 --- a/utils/lxc.sh +++ b/utils/lxc.sh @@ -49,7 +49,7 @@ echo 'Set disable_coredump false' >> /etc/sudo.conf " # shellcheck disable=SC2034 -fedora31_boilerplate=" +fedora33_boilerplate=" dnf update -y dnf install -y git curl wget hostname echo 'Set disable_coredump false' >> /etc/sudo.conf |