Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GlobalProtect Fedora Install Script Edit

This repository documents a Bash-based workaround for modifying the gp_install.sh installer so Palo Alto GlobalProtect can be installed on unsupported Linux distributions such as Fedora.

Overview

GlobalProtect installers commonly restrict installation to a limited set of recognized Linux distributions. This project shows how to edit the install script to permit alternative distributions, with Fedora as the primary example.

Although this example focuses on Fedora, the same general approach can be adapted for other unsupported Linux distributions.

Purpose

The goal of this project is to:

  • inspect the existing gp_install.sh distribution checks
  • modify the script so Fedora is accepted
  • preserve the rest of the installation workflow as much as possible
  • provide a repeatable example for other Linux distributions

Important Note

This is a workaround for unsupported distributions. Use it carefully and test in a non-production environment before wider deployment.

What This Repository Covers

  • identifying where gp_install.sh checks the operating system
  • editing the script to allow Fedora
  • using the same idea for other alternative Linux distributions
  • documenting the process clearly for reuse

Example Use Case

This repository is useful for users who need to install GlobalProtect on Fedora systems even though Fedora may not be officially allowed by the default installer logic.

Suggested Workflow

  1. review the original gp_install.sh
  2. locate the Linux distribution validation logic
  3. add Fedora as an accepted distribution
  4. save the modified script
  5. run the installer and test functionality

Caution

Because this changes vendor installer behavior:

  • compatibility is not guaranteed
  • future installer versions may require different edits
  • updates may overwrite the workaround
  • support may be limited on unsupported distributions

Audience

This project is intended for:

  • Linux users running Fedora
  • system administrators
  • lab or development environments
  • users adapting vendor installers for unsupported systems

About

Bash script modification guide for enabling Palo Alto GlobalProtect installation on unsupported Linux distributions such as Fedora by editing gp_install.sh distribution checks.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages