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

Commit

Permalink
Update fedora.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
PauloLuna authored May 4, 2020
1 parent 3f07dd5 commit 5bbfc79
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions install/fedora.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ sudo dnf groupinstall "Development Tools" -y
sudo dnf install -y qt5-qtbase-devel \
qt5-qtwebsockets-devel qt5-qtwebengine-devel
cd $(mktemp -d)
curl https://github.com/inloco/GlobalProtect-openconnect/archive/v1.4.5.zip \
-o GlobalProtect-openconnect-v1.4.5.zip -L
unzip GlobalProtect-openconnect-v1.4.5.zip
cd GlobalProtect-openconnect-1.4.5
curl https://github.com/inloco/GlobalProtect-openconnect/archive/v1.4.6.zip \
-o GlobalProtect-openconnect-v1.4.6.zip -L
unzip GlobalProtect-openconnect-v1.4.6.zip
cd GlobalProtect-openconnect-1.4.6
qmake-qt5 CONFIG+=release
make
sudo make install
Expand Down

0 comments on commit 5bbfc79

Please sign in to comment.