mirror of
				https://github.com/iiab/iiab.git
				synced 2025-03-09 15:40:17 +00:00 
			
		
		
		
	toughen apt-key: keyserver.ubuntu.com -> hkp://keyserver.ubuntu.com:80
This commit is contained in:
		
							parent
							
								
									cb52ba6798
								
							
						
					
					
						commit
						f0fd570351
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -71,8 +71,8 @@ elif [ -f /etc/debian_version ]; then    # Includes Debian, Ubuntu & Raspbian
 | 
				
			||||||
    echo "deb http://ppa.launchpad.net/ansible/ansible-2.6/ubuntu xenial main" \
 | 
					    echo "deb http://ppa.launchpad.net/ansible/ansible-2.6/ubuntu xenial main" \
 | 
				
			||||||
         > /etc/apt/sources.list.d/iiab-ansible.list
 | 
					         > /etc/apt/sources.list.d/iiab-ansible.list
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    echo -e '\nIF YOU FACE ERROR "signatures couldn'"'"'t be verified because the public key is not available" THEN REPEATEDLY RE-RUN "sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 93C4A3FD7BB9C367"\n'
 | 
					    echo -e '\nIF YOU FACE ERROR "signatures couldn'"'"'t be verified because the public key is not available" THEN REPEATEDLY RE-RUN "sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 93C4A3FD7BB9C367"\n'
 | 
				
			||||||
    apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 93C4A3FD7BB9C367
 | 
					    apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 93C4A3FD7BB9C367
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    echo -e "\napt update; apt install ansible\n"
 | 
					    echo -e "\napt update; apt install ansible\n"
 | 
				
			||||||
    apt update
 | 
					    apt update
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue