summaryrefslogtreecommitdiff
path: root/utils/lxc.sh
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarIT.de>2021-07-03 16:40:19 +0000
committerGitHub <noreply@github.com>2021-07-03 16:40:19 +0000
commitb558c5aa366b909cc99923939f4a5cab94f3e832 (patch)
treed4064839969098db3b2988dc2b4e153199bbd668 /utils/lxc.sh
parent7e8d1f993588624473620b2b6c61e083e3d73512 (diff)
parent129ed4c9fa712fd3445442ac5355a847682da333 (diff)
Merge pull request #194 from return42/fix-misc
[fix] some minor issues in Makefile and shell scripts
Diffstat (limited to 'utils/lxc.sh')
-rwxr-xr-xutils/lxc.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/lxc.sh b/utils/lxc.sh
index 90c4949a6..f94e9841a 100755
--- a/utils/lxc.sh
+++ b/utils/lxc.sh
@@ -45,8 +45,8 @@ ubu2010_boilerplate="$ubu1904_boilerplate"
# shellcheck disable=SC2034
archlinux_boilerplate="
-pacman -Syu --noconfirm
-pacman -S --noconfirm inetutils git curl wget sudo
+pacman --noprogressbar -Syu --noconfirm
+pacman --noprogressbar -S --noconfirm inetutils git curl wget sudo
echo 'Set disable_coredump false' >> /etc/sudo.conf
"