Created
July 5, 2024 14:21
-
-
Save Kr0ff/8bdebcda0f88175a4823fceda4f46689 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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