diff options
| author | Alexandre Flament <alex@al-f.net> | 2021-03-05 21:56:18 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-05 21:56:18 +0100 |
| commit | 63e696372bd824f84c4c412603958f0ec57c7163 (patch) | |
| tree | 8bf42c30823ee38a177aade3e5f877822068df2d /utils/lxc.sh | |
| parent | 70c38a93d0fe8aeac9f841660b02fd8c15b190d7 (diff) | |
| parent | 0305775e29de3897ef3e924c164ffab0d89b0ea2 (diff) | |
Merge pull request #2634 from return42/fedora
[mod] LXC switch to Fedora 33 / Fedora 31 reached its EOL
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 |