mirror of
https://github.com/yuezk/GlobalProtect-openconnect.git
synced 2025-04-02 18:31:50 -04:00
copy install script for debian (#180)
Co-authored-by: simon <simon.leary42@gmail.com>
This commit is contained in:
parent
15a73b7dba
commit
75a24c89cd
11
scripts/install-debian.sh
Executable file
11
scripts/install-debian.sh
Executable file
@ -0,0 +1,11 @@
|
||||
#!/bin/bash -e
|
||||
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y \
|
||||
build-essential \
|
||||
qtbase5-dev \
|
||||
libqt5websockets5-dev \
|
||||
qtwebengine5-dev \
|
||||
openconnect
|
||||
|
||||
./scripts/install.sh
|
Loading…
Reference in New Issue
Block a user