mirror of
https://github.com/yuezk/GlobalProtect-openconnect.git
synced 2025-04-02 18:31:50 -04:00
11 lines
183 B
Bash
Executable File
11 lines
183 B
Bash
Executable File
#!/bin/bash -e
|
|
|
|
sudo dnf install -y \
|
|
qt5-qtbase-devel \
|
|
qt5-qtwebengine-devel \
|
|
qt5-qtwebsockets-devel \
|
|
qtkeychain-qt5-devel \
|
|
openconnect
|
|
|
|
./scripts/install.sh
|