mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-05 17:09:22 +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
|
git config --global gpg.ssh.allowedSignersFile $PERSISTDIR/src/codeberg.org/Aminda/ssh-allowed_signers/allowed_signers
|
||||||
cp $SHELL_THINGS_REPO/conf/gitconfig $PERSISTDOTFILESDIR/.gitconfig
|
cp $SHELL_THINGS_REPO/conf/gitconfig $PERSISTDOTFILESDIR/.gitconfig
|
||||||
ln -nsfv $PERSISTDOTFILESDIR/.gitconfig $HOME/
|
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
|
# Ensure existence of netrc & curlrc for easing git over https
|
||||||
touch $PERSISTDOTFILESDIR/.{netrc,curlrc}
|
touch $PERSISTDOTFILESDIR/.{netrc,curlrc}
|
||||||
|
Loading…
Reference in New Issue
Block a user