Skip to content
This repository has been archived by the owner on Aug 10, 2022. It is now read-only.

Commit

Permalink
Update ubuntu.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
PauloLuna authored Apr 29, 2020
1 parent b4e3fcd commit f0d3961
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions install/ubuntu.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#! /bin/bash
sudo apt install -y qt5-default libqt5websockets5-dev qtwebengine5-dev
cd $(mktemp -d)
curl https://github.com/inloco/GlobalProtect-openconnect/archive/v1.4.2.zip \
-o GlobalProtect-openconnect-v1.4.2.zip -L
unzip GlobalProtect-openconnect-v1.4.2.zip
cd GlobalProtect-openconnect-1.4.2
curl https://github.com/inloco/GlobalProtect-openconnect/archive/v1.4.3.zip \
-o GlobalProtect-openconnect-v1.4.3.zip -L
unzip GlobalProtect-openconnect-v1.4.3.zip
cd GlobalProtect-openconnect-1.4.3
qmake CONFIG+=release
make
sudo make install

0 comments on commit f0d3961

Please sign in to comment.