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