Update update.sh
This commit is contained in:
parent
373cacbb93
commit
214d395c49
@ -5,7 +5,7 @@ set -e
|
|||||||
printf -- '\033[33m Installing system packages\n\033[37m'
|
printf -- '\033[33m Installing system packages\n\033[37m'
|
||||||
sudo apt update && sudo apt -y upgrade
|
sudo apt update && sudo apt -y upgrade
|
||||||
sudo apt -y install ninja-build gettext cmake unzip curl python3 python3-pip python3-venv \
|
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
|
# Install VirtualHere client
|
||||||
printf -- '\033[33m Installing VirtualHere client\n\033[37m'
|
printf -- '\033[33m Installing VirtualHere client\n\033[37m'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user