diff options
| author | Markus Heiser <markus.heiser@darmarIT.de> | 2022-03-12 18:41:18 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-12 18:41:18 +0100 |
| commit | e847313007aa3a61c26acda122bb183df1df76a7 (patch) | |
| tree | 035694582c98a40556b9f5d51983312065dd59f8 /utils/lxc.sh | |
| parent | 6c7dca52e79a7a9a70049cb128576191859147de (diff) | |
| parent | 7308a6e33c0aaad67ff214be5eb984e6900866f2 (diff) | |
Merge pull request #949 from return42/fix-inst-scripts
Fix and improve installtion scripts in /utils
Diffstat (limited to 'utils/lxc.sh')
| -rwxr-xr-x | utils/lxc.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/lxc.sh b/utils/lxc.sh index ab96a99ce..9754b5d75 100755 --- a/utils/lxc.sh +++ b/utils/lxc.sh @@ -41,7 +41,7 @@ echo 'Set disable_coredump false' >> /etc/sudo.conf " # shellcheck disable=SC2034 -ubu2010_boilerplate="$ubu1904_boilerplate" +ubu2110_boilerplate="$ubu1904_boilerplate" # shellcheck disable=SC2034 archlinux_boilerplate=" @@ -51,7 +51,7 @@ echo 'Set disable_coredump false' >> /etc/sudo.conf " # shellcheck disable=SC2034 -fedora33_boilerplate=" +fedora35_boilerplate=" dnf update -y dnf install -y git curl wget hostname echo 'Set disable_coredump false' >> /etc/sudo.conf |