From 494d4bfe77e5539a1c63c4c7f09f4b23745d15ab Mon Sep 17 00:00:00 2001 From: Milan Meduna Date: Mon, 27 Apr 2020 22:51:10 +0200 Subject: [PATCH] add noconfirm to pacman --- setup-usl-mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup-usl-mm b/setup-usl-mm index dc32621..e726a41 100755 --- a/setup-usl-mm +++ b/setup-usl-mm @@ -165,7 +165,7 @@ echo "Install utilities" pacman -S --noconfirm mc htop screen smartmontools pv echo "Setting-up wireguard" -pacman -S wireguard-dkms wireguard-tools +pacman -S --noconfirm wireguard-dkms wireguard-tools lxc profile set default linux.kernel_modules wireguard echo "Set max processes to 1500 in default profile in LXD"