mirror of
https://github.com/yuezk/GlobalProtect-openconnect.git
synced 2025-04-02 18:31:50 -04:00
12 lines
191 B
Bash
Executable File
12 lines
191 B
Bash
Executable File
#!/bin/bash -e
|
|
|
|
sudo apt-get update
|
|
sudo apt-get install -y \
|
|
build-essential \
|
|
qtbase5-dev \
|
|
libqt5websockets5-dev \
|
|
qtwebengine5-dev \
|
|
openconnect
|
|
|
|
./scripts/install.sh
|