mirror of
				https://github.com/Qortal/qortal-ui.git
				synced 2025-11-04 06:37:47 +00:00 
			
		
		
		
	New apt server
This commit is contained in:
		@@ -21,9 +21,9 @@ if ! which curl; then sudo apt-get --yes install curl; fi
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
# Install apt repository source list if it does not exist
 | 
					# Install apt repository source list if it does not exist
 | 
				
			||||||
if ! grep ^ /etc/apt/sources.list /etc/apt/sources.list.d/* | grep qortal.list; then
 | 
					if ! grep ^ /etc/apt/sources.list /etc/apt/sources.list.d/* | grep qortal.list; then
 | 
				
			||||||
  curl -sS https://update.qortal.online/repo/qortal.gpg | sudo apt-key add -
 | 
					  curl -sS https://update.qortal.online/qortal.gpg | sudo apt-key add -
 | 
				
			||||||
  sudo rm -rf /usr/share/keyrings/qortal.gpg
 | 
					  sudo rm -rf /usr/share/keyrings/qortal.gpg
 | 
				
			||||||
  sudo apt-key export 7FB37C97 | sudo gpg --dearmour -o /usr/share/keyrings/qortal.gpg
 | 
					  sudo apt-key export 856A3FF1 | sudo gpg --dearmour -o /usr/share/keyrings/qortal.gpg
 | 
				
			||||||
  sudo rm -rf /etc/apt/sources.list.d/qortal.list
 | 
					  sudo rm -rf /etc/apt/sources.list.d/qortal.list
 | 
				
			||||||
  echo 'deb [arch=amd64,arm64 signed-by=/usr/share/keyrings/qortal.gpg] https://update.qortal.online/repo/ ./ ' >  /etc/apt/sources.list.d/qortal.list
 | 
					  echo 'deb [arch=amd64,arm64 signed-by=/usr/share/keyrings/qortal.gpg] https://update.qortal.online/ ./ ' >  /etc/apt/sources.list.d/qortal.list
 | 
				
			||||||
fi
 | 
					fi
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user