mirror of
https://github.com/yuezk/GlobalProtect-openconnect.git
synced 2025-04-02 18:31:50 -04:00
14 lines
232 B
Bash
Executable File
14 lines
232 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 \
|
|
qt5keychain-dev \
|
|
openconnect
|
|
|
|
./scripts/install.sh
|