moar security theater

This commit is contained in:
Aminda Suomalainen 2024-07-30 14:20:32 +03:00
parent ff67c229b9
commit 21bd1b2290
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
4 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@
# stop.
set -x
git verify-commit HEAD
git verify-commit HEAD || exit 1
cat .mikaela/bash_aliases >~/.bash_aliases
cat .mikaela/zsh_aliases >~/.zsh_aliases

View File

@ -3,7 +3,7 @@
set -x
if [ -d ~/src/gitea.blesmrt.net/Mikaela/ssh-allowed_signers ]; then
git verify-commit HEAD
git verify-commit HEAD || exit 1
sleep 3
else
echo "Keys not found, cloning..."

View File

@ -748,7 +748,7 @@ function shell-things {
git remote set-url origin https://gitea.blesmrt.net/Mikaela/shell-things.git
git fetch --all
git pull
git verify-commit HEAD
git verify-commit HEAD || exit 1
sleep 10
echo ""
echo "shell-things: Installing/Upgrading..."

View File

@ -727,7 +727,7 @@ function shell-things {
git remote set-url origin https://gitea.blesmrt.net/Mikaela/shell-things.git
git fetch --all
git pull
git verify-commit HEAD
git verify-commit HEAD || exit 1
sleep 10
echo ""
echo "shell-things: Installing/Upgrading..."