forked from toolshed/docs.coopcloud.tech
		
	
		
			
				
	
	
		
			20 lines
		
	
	
		
			332 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			332 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| ---
 | |
| title: Install
 | |
| ---
 | |
| 
 | |
| ## Stable release
 | |
| 
 | |
| ```
 | |
| curl https://install.abra.coopcloud.tech | bash
 | |
| ```
 | |
| 
 | |
| ## Release candidate
 | |
| 
 | |
| ```
 | |
| curl https://install.abra.coopcloud.tech | bash -s -- --rc
 | |
| ```
 | |
| 
 | |
| ## Installer script source
 | |
| 
 | |
| You can view that [here](https://git.coopcloud.tech/coop-cloud/abra/src/branch/main/scripts/installer/installer).
 |