mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-05 09:09:21 +01:00
install-on-tails.bash: fix ssh-allowed_signers
This commit is contained in:
parent
35f0907c52
commit
4893c54c33
@ -75,6 +75,7 @@ ln -nsfv $PERSISTDOTFILESDIR/.tmux.conf $HOME/
|
||||
git config --global gpg.ssh.allowedSignersFile $PERSISTDIR/src/codeberg.org/Aminda/ssh-allowed_signers/allowed_signers
|
||||
cp $SHELL_THINGS_REPO/conf/gitconfig $PERSISTDOTFILESDIR/.gitconfig
|
||||
ln -nsfv $PERSISTDOTFILESDIR/.gitconfig $HOME/
|
||||
git config --global gpg.ssh.allowedSignersFile "$SHELL_THINGS_REPO/submodules/ssh-allowed_signers/allowed_signers"
|
||||
|
||||
# Ensure existence of netrc & curlrc for easing git over https
|
||||
touch $PERSISTDOTFILESDIR/.{netrc,curlrc}
|
||||
|
Loading…
Reference in New Issue
Block a user