GlobalProtect-openconnect/scripts/install-opensuse.sh
2023-01-08 19:25:43 +08:00

11 lines
195 B
Bash
Executable File

#!/bin/bash -e
sudo zypper install -y \
libqt5-qtbase-devel \
libqt5-qtwebsockets-devel \
libqt5-qtwebengine-devel \
qtkeychain-qt5-devel \
openconnect
./scripts/install.sh