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