mirror of
				https://github.com/juanfont/headscale.git
				synced 2025-11-04 01:51:04 +01:00 
			
		
		
		
	1) fix typo 2) another hard coded version
This commit is contained in:
		
							parent
							
								
									06e22bf878
								
							
						
					
					
						commit
						2be16b581c
					
				@ -28,7 +28,7 @@ cd headscale
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
# optionally checkout a release
 | 
					# optionally checkout a release
 | 
				
			||||||
# option a. you can find offical relase at https://github.com/juanfont/headscale/releases/latest
 | 
					# option a. you can find offical relase at https://github.com/juanfont/headscale/releases/latest
 | 
				
			||||||
# option b. get latest tag, this may be a beta relase
 | 
					# option b. get latest tag, this may be a beta release
 | 
				
			||||||
latestTag=$(git describe --tags `git rev-list --tags --max-count=1`)
 | 
					latestTag=$(git describe --tags `git rev-list --tags --max-count=1`)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
git checkout $latestTag
 | 
					git checkout $latestTag
 | 
				
			||||||
@ -54,7 +54,11 @@ git clone https://github.com/juanfont/headscale.git
 | 
				
			|||||||
cd headscale
 | 
					cd headscale
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# optionally checkout a release
 | 
					# optionally checkout a release
 | 
				
			||||||
git checkout v0.16.0-beta1
 | 
					# option a. you can find offical relase at https://github.com/juanfont/headscale/releases/latest
 | 
				
			||||||
 | 
					# option b. get latest tag, this may be a beta release
 | 
				
			||||||
 | 
					latestTag=$(git describe --tags `git rev-list --tags --max-count=1`)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					git checkout $latestTag
 | 
				
			||||||
 | 
					
 | 
				
			||||||
make build GOOS=openbsd
 | 
					make build GOOS=openbsd
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user