Skip to content

Instantly share code, notes, and snippets.

@ilhamarrouf
Forked from safebuffer/install.sh
Last active March 5, 2025 04:03
Show Gist options
  • Save ilhamarrouf/3c1c00b4801868b57d2f86bd326051cf to your computer and use it in GitHub Desktop.
Save ilhamarrouf/3c1c00b4801868b57d2f86bd326051cf to your computer and use it in GitHub Desktop.
Install FortiClient 7.0 VPN on Kali Linux
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