add noconfirm to pacman
This commit is contained in:
parent
71eaf726af
commit
494d4bfe77
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue