mirror of
				https://gitea.blesmrt.net/mikaela/shell-things.git
				synced 2025-10-31 17:37:20 +01:00 
			
		
		
		
	install-on-tails.bash: create empty .{netrc,curlrc}
This commit is contained in:
		
							parent
							
								
									be0f664bcc
								
							
						
					
					
						commit
						a848c90ee1
					
				| @ -76,6 +76,11 @@ git config --global gpg.ssh.allowedSignersFile $PERSISTDIR/src/codeberg.org/Amin | ||||
| cp $SHELL_THINGS_REPO/conf/gitconfig $PERSISTDOTFILESDIR/.gitconfig | ||||
| ln -nsfv $PERSISTDOTFILESDIR/.gitconfig $HOME/ | ||||
| 
 | ||||
| # Ensure existence of netrc & curlrc for easing git over https | ||||
| touch $PERSISTDOTFILESDIR/.{netrc,curlrc} | ||||
| ln -nsfv $PERSISTDOTFILESDIR/.netrc $HOME/ | ||||
| ln -nsfv $PERSISTDOTFILESDIR/.curlrc $HOME/ | ||||
| 
 | ||||
| # Hack for directories expecting it to work, although only for this boot | ||||
| ln -nsfv $SHELL_THINGS_REPO $HOME/.shell-things | ||||
| 
 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user