mirror of
				https://github.com/openhwgroup/cvw
				synced 2025-02-11 06:05:49 +00:00 
			
		
		
		
	Added github cli (gh) to install script.
This commit is contained in:
		
							parent
							
								
									586c042d33
								
							
						
					
					
						commit
						a03526c1a2
					
				| @ -125,3 +125,10 @@ pip3 install riscof --ignore-installed PyYAML | ||||
| # Verilator | ||||
| apt install -y verilator | ||||
| 
 | ||||
| # install github cli (gh) | ||||
| type -p curl >/dev/null || sudo apt install curl -y | ||||
| curl -fsSL https://cli.github.com/packages/githubcli-archive-keyring.gpg | sudo dd of=/usr/share/keyrings/githubcli-archive-keyring.gpg \ | ||||
| && sudo chmod go+r /usr/share/keyrings/githubcli-archive-keyring.gpg \ | ||||
| && echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/githubcli-archive-keyring.gpg] https://cli.github.com/packages stable main" | sudo tee /etc/apt/sources.list.d/github-cli.list > /dev/null \ | ||||
| && sudo apt update \ | ||||
| && sudo apt install gh -y | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user