This commit is contained in:
2024-11-18 15:36:48 +01:00
parent fb51e09ea4
commit 5e1ae3e914

View File

@@ -29,7 +29,7 @@ func_dependances(){
}
func_installation(){
wget -O - https://repo.fortinet.com/repo/7.0/ubuntu/DEB-GPG-KEY | | gpg --dearmor | sudo tee /usr/share/keyrings/repo.fortinet.com.gpg #ajout de la clé du dépôt fortinet
wget -O - https://repo.fortinet.com/repo/7.0/ubuntu/DEB-GPG-KEY | gpg --dearmor | sudo tee /usr/share/keyrings/repo.fortinet.com.gpg #ajout de la clé du dépôt fortinet
printf "deb [arch=amd64 signed-by=/usr/share/keyrings/repo.fortinet.com.gpg] https://repo.fortinet.com/repo/7.0/debian/ stable non-free\n" | tee /etc/apt/sources.list.d/repo.fortinet.com.list
apt-get update
apt install -y forticlient