added git-update.sh
This commit is contained in:
		
							parent
							
								
									21df88fdaa
								
							
						
					
					
						commit
						de271794fd
					
				
					 1 changed files with 9 additions and 0 deletions
				
			
		
							
								
								
									
										9
									
								
								git-update.sh
									
										
									
									
									
										Executable file
									
								
							
							
						
						
									
										9
									
								
								git-update.sh
									
										
									
									
									
										Executable file
									
								
							|  | @ -0,0 +1,9 @@ | ||||||
|  | #!/bin/bash | ||||||
|  | 
 | ||||||
|  | echo "This will git pull origin master, then update dependencies and default plugins." | ||||||
|  | echo "Enter to continue, ctrl-c to stop." | ||||||
|  | read | ||||||
|  | 
 | ||||||
|  | git pull origin master | ||||||
|  | pip install -r --require-hashes requirements.txt | ||||||
|  | ./onionr.sh reset-plugins | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue