Install the gpg key:
$ curl https://repo.fortinet.com/repo/forticlient/7.2/debian/DEB-GPG-KEY | gpg - dearmor | sudo tee /usr/share/keyrings/repo.fortinet.com.gpg > /dev/null
Create /etc/apt/sources.list.d/repo.fortinet.com.list with the following content:
$ deb [arch=amd64 signed-by=/usr/share/keyrings/repo.fortinet.com.gpg] https://repo.fortinet.com/repo/forticlient/7.2/debian/ stable non-free
Update package lists:
$ sudo apt-get update
Install FortiClient:
$ sudo apt install forticlient
Source:
https://docs.fortinet.com/document/forticlient/7.2.3/linux-release-notes/213138/install-forticlient-linux-from-repo-fortinet-com
https://medium.com/@mandykmaulana/install-forticlient-7-2-on-debian-11-3acd71eaead2
Comments
Post a Comment