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'