Ubuntu config gets curl too
Config now gets curl incase of fresh vm.
This commit is contained in:
		
							parent
							
								
									319cb0adee
								
							
						
					
					
						commit
						abff73de3c
					
				@ -1,4 +1,4 @@
 | 
			
		||||
#!/bin/bash
 | 
			
		||||
....#!/bin/bash
 | 
			
		||||
 | 
			
		||||
# Assumes a somewhat recent 64-bit ubuntu
 | 
			
		||||
 | 
			
		||||
@ -11,7 +11,8 @@ cd ${ROOT_DIR}
 | 
			
		||||
 | 
			
		||||
#need some openGL stuff
 | 
			
		||||
sudo apt install libgl1-mesa-dev
 | 
			
		||||
 | 
			
		||||
#install curl incase of fresh vm
 | 
			
		||||
sudo apt install curl
 | 
			
		||||
mkdir tmp
 | 
			
		||||
 | 
			
		||||
cd tmp
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user