initial commit
This commit is contained in:
		
							
								
								
									
										8
									
								
								scripts/install.sh
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										8
									
								
								scripts/install.sh
									
									
									
									
									
										Executable file
									
								
							@@ -0,0 +1,8 @@
 | 
			
		||||
#!/bin/bash
 | 
			
		||||
set -e
 | 
			
		||||
 | 
			
		||||
SCRIPT_DIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
 | 
			
		||||
ROOT_DIR=$(cd "$SCRIPT_DIR/.." && pwd)
 | 
			
		||||
 | 
			
		||||
pushd "$ROOT_DIR"
 | 
			
		||||
cargo update
 | 
			
		||||
		Reference in New Issue
	
	Block a user