mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-09 18:19:23 +01:00
moar security theater
This commit is contained in:
parent
ff67c229b9
commit
21bd1b2290
@ -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
|
||||
|
2
install
2
install
@ -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..."
|
||||
|
@ -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..."
|
||||
|
Loading…
Reference in New Issue
Block a user