Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jeffchannell/gp-okta-linux
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: academo/gp-okta-linux
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Able to merge. These branches can be automatically merged.
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Jun 5, 2020

  1. Adjust to work in KDE and without hip fake report

    Esteban Beltran committed Jun 5, 2020
    Copy the full SHA
    63f236b View commit details
Showing with 2 additions and 3 deletions.
  1. +1 −1 install.sh
  2. +1 −2 start.sh
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
@@ -62,7 +62,7 @@ if ! [[ $(command -v "apt") = "" ]]; then
apt -y install \
git wget openconnect \
python3-gi gir1.2-gtk-3.0 gir1.2-webkit2-4.0 \
python-lxml python-requests
python3-lxml python3-requests gir1.2-appindicator3-0.1
install_conf "${VPN_SERVER}"
install_hipreport
install_gp_saml_gui
3 changes: 1 addition & 2 deletions start.sh
Original file line number Diff line number Diff line change
@@ -37,8 +37,7 @@ if ! [[ "${COOKIE}" = "" ]]; then
--protocol=gp \
--user="${USER}" \
--usergroup=gateway:prelogin-cookie \
--os=win \
--csd-wrapper=/usr/libexec/openconnect/hipreport.sh \
--os=linux-64 \
--passwd-on-stdin \
--disable-ipv6 \
--background \