mirror of
				https://github.com/vmstan/gravity-sync.git
				synced 2025-11-03 17:17:03 -05:00 
			
		
		
		
	Better install
This commit is contained in:
		
							parent
							
								
									ed5996fa3d
								
							
						
					
					
						commit
						0ba559c93e
					
				@ -1,5 +1,8 @@
 | 
				
			|||||||
#!/bin/bash
 | 
					#!/bin/bash
 | 
				
			||||||
 | 
					
 | 
				
			||||||
cd $HOME
 | 
					mkdir $HOME/gravity-sync
 | 
				
			||||||
git clone https://github.com/vmstan/gravity-sync.git
 | 
					cd gravity-sync
 | 
				
			||||||
cd gravity-sync
 | 
					git init
 | 
				
			||||||
 | 
					git remote add origin https://github.com/vmstan/gravity-sync.git
 | 
				
			||||||
 | 
					git fetch
 | 
				
			||||||
 | 
					git checkout origin/master -fr
 | 
				
			||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user