a
This commit is contained in:
@@ -29,7 +29,7 @@ func_dependances(){
|
|||||||
}
|
}
|
||||||
|
|
||||||
func_installation(){
|
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
|
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-get update
|
||||||
apt install -y forticlient
|
apt install -y forticlient
|
||||||
|
|||||||
Reference in New Issue
Block a user