-
-
Save ilhamarrouf/3c1c00b4801868b57d2f86bd326051cf to your computer and use it in GitHub Desktop.
Install FortiClient 7.0 VPN on Kali Linux
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
wget https://filestore.fortinet.com/forticlient/downloads/forticlient_vpn_7.2.2.0753_amd64.deb | |
sudo nano /etc/apt/sources.list | |
deb [arch=amd64] https://repo.fortinet.com/repo/7.0/ubuntu xenial multiverse | |
deb http://ftp.de.debian.org/debian bookworm main | |
sudo wget -O - https://repo.fortinet.com/repo/7.0/ubuntu/DEB-GPG-KEY | sudo apt-key add - | |
sudo apt update | |
sudo dpkg -i forticlient_vpn_7.2.2.0753_amd64.deb | |
sudo apt -f install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment