From 2359b5dd6759bb60b0b8ed51e682efbd301726f5 Mon Sep 17 00:00:00 2001 From: Rob Watson Date: Sat, 3 Apr 2021 10:56:47 +0200 Subject: [PATCH] installpackages: add wireguard-tools --- script/installpackages | 1 + 1 file changed, 1 insertion(+) diff --git a/script/installpackages b/script/installpackages index b6aecc1..554723f 100755 --- a/script/installpackages +++ b/script/installpackages @@ -16,6 +16,7 @@ pacman -S --needed --noconfirm base-devel \ bat \ docker \ docker-compose \ + wireguard-tools \ ttf-ubuntu-font-family # ubuntu mono font for alacritty sudo -u $SUDO_USER ./script/installpackagesnonroot