GlobalProtect-openconnect/scripts/install-debian.sh
2023-01-08 19:42:12 +08:00

14 lines
231 B
Bash
Executable File

#!/bin/bash -e
sudo apt-get update
sudo apt-get install -y \
build-essential \
qtbase5-dev \
libqt5websockets5-dev \
qtwebengine5-dev \
qttools5-dev \
qtkeychain-dev
openconnect \
./scripts/install.sh