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