Update update.sh

This commit is contained in:
Christoffer Martinsson 2023-07-09 20:27:02 +00:00
parent 373cacbb93
commit 214d395c49

View File

@ -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'