From 5bbfc79e0aa6204f0aafa3cb8d921e6d5994a677 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Paulo?= Date: Mon, 4 May 2020 15:20:11 -0300 Subject: [PATCH] Update fedora.sh --- install/fedora.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/install/fedora.sh b/install/fedora.sh index 54bf9b15..b53cade3 100644 --- a/install/fedora.sh +++ b/install/fedora.sh @@ -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