install-on-tails.bash: fix ssh-allowed_signers

This commit is contained in:
Aminda Suomalainen 2024-08-14 08:27:55 +03:00
parent 35f0907c52
commit 4893c54c33
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q

View File

@ -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}