From 214d395c49fd3998e0a718eb4fe1e6a2c35ca38f Mon Sep 17 00:00:00 2001 From: Christoffer Martinsson Date: Sun, 9 Jul 2023 20:27:02 +0000 Subject: [PATCH] Update update.sh --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index 7e698df..6b981b6 100755 --- a/update.sh +++ b/update.sh @@ -5,7 +5,7 @@ set -e printf -- '\033[33m Installing system packages\n\033[37m' sudo apt update && sudo apt -y upgrade sudo apt -y install ninja-build gettext cmake unzip curl python3 python3-pip python3-venv \ - build-essential libssl-dev libffi-dev python3-dev file tmux libudev-dev + build-essential libssl-dev libffi-dev python3-dev file tmux libudev-dev pkg-config # Install VirtualHere client printf -- '\033[33m Installing VirtualHere client\n\033[37m'