Skip to content

Instantly share code, notes, and snippets.

@Kr0ff
Created July 5, 2024 14:21
Show Gist options
  • Select an option

  • Save Kr0ff/8bdebcda0f88175a4823fceda4f46689 to your computer and use it in GitHub Desktop.

Select an option

Save Kr0ff/8bdebcda0f88175a4823fceda4f46689 to your computer and use it in GitHub Desktop.
FortiClient 6.4
https://www.fortinet.com/support/product-downloads/linux
wget -O - https://repo.fortinet.com/repo/6.4/ubuntu/DEB-GPG-KEY | sudo apt-key add -
sudo echo "deb [arch=amd64] https://repo.fortinet.com/repo/6.4/ubuntu/ /bionic multiverse" >> /etc/apt/sources.list
# Ignores the expired GPG key
sudo apt -o Acquire::AllowInsecureRepositories=true -o Acquire::AllowDowngradeToInsecureRepositories=true update
# Forces installation of package from untrusted repo
sudo apt-get -o APT::Get::AllowUnauthenticated=true install forticlient
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment