fixup! Aktualisieren bootstrap.sh
This commit is contained in:
		
							parent
							
								
									b44c1636d2
								
							
						
					
					
						commit
						7561eff000
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -4,11 +4,11 @@ set -e | ||||||
| CURLOPT=${CURLOPT:-"--location --remote-time --remote-name --show-error --silent --fail --tlsv1.2"} | CURLOPT=${CURLOPT:-"--location --remote-time --remote-name --show-error --silent --fail --tlsv1.2"} | ||||||
| 
 | 
 | ||||||
| # root part | # root part | ||||||
| # shellcheck disable=SC208 | # shellcheck disable=SC2086 | ||||||
| curl $CURLOPT https://gitlab.com/schtobia/bootstrap/raw/master/bootstrap-root.sh \ | curl $CURLOPT https://gitlab.com/schtobia/bootstrap/raw/master/bootstrap-root.sh \ | ||||||
|     && chmod +x bootstrap-root.sh |     && chmod +x bootstrap-root.sh | ||||||
| 
 | 
 | ||||||
| # userspace part | # userspace part | ||||||
| # shellcheck disable=SC208 | # shellcheck disable=SC2086 | ||||||
| curl $CURLOPT https://gitlab.com/schtobia/bootstrap/raw/master/bootstrap-user.sh \ | curl $CURLOPT https://gitlab.com/schtobia/bootstrap/raw/master/bootstrap-user.sh \ | ||||||
|     && chmod +x bootstrap-user.sh |     && chmod +x bootstrap-user.sh | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue