mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-21 18:59:22 +01:00
add a couple of git verify-commit HEAD
I am uncertain of the usefulness of this and think it may be a security theathre with all this being poor practice anyway, but at least it's out of my head now.
This commit is contained in:
parent
69db553879
commit
8e28c013d5
@ -1,6 +1,7 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
# Do not use this script unless you know what you are doing!
|
# Do not use this script unless you know what you are doing!
|
||||||
set -x
|
set -x
|
||||||
|
git verify-commit HEAD
|
||||||
cat .mikaela/bash_aliases> ~/.bash_aliases
|
cat .mikaela/bash_aliases> ~/.bash_aliases
|
||||||
cat .mikaela/zsh_aliases > ~/.zsh_aliases
|
cat .mikaela/zsh_aliases > ~/.zsh_aliases
|
||||||
cat .mikaela/gitconfig > ~/.gitconfig
|
cat .mikaela/gitconfig > ~/.gitconfig
|
||||||
|
2
install
2
install
@ -2,6 +2,8 @@
|
|||||||
# Do not use this script unless you know what you are doing!
|
# Do not use this script unless you know what you are doing!
|
||||||
set -x
|
set -x
|
||||||
|
|
||||||
|
git verify-commit HEAD
|
||||||
|
|
||||||
export MIKAELA_GREP=$HOME/.MIKAELA_GREP
|
export MIKAELA_GREP=$HOME/.MIKAELA_GREP
|
||||||
|
|
||||||
cat rc/bashrc > ~/.bashrc
|
cat rc/bashrc > ~/.bashrc
|
||||||
|
@ -620,6 +620,7 @@ if [ -d $SHELL_THINGS_REPO ]; then
|
|||||||
git remote set-url origin https://gitea.blesmrt.net/Mikaela/shell-things.git
|
git remote set-url origin https://gitea.blesmrt.net/Mikaela/shell-things.git
|
||||||
git fetch --all
|
git fetch --all
|
||||||
git pull
|
git pull
|
||||||
|
git verify-commit HEAD
|
||||||
sleep 10
|
sleep 10
|
||||||
echo ""
|
echo ""
|
||||||
echo "shell-things: Installing/Upgrading..."
|
echo "shell-things: Installing/Upgrading..."
|
||||||
|
1
rc/zshrc
1
rc/zshrc
@ -597,6 +597,7 @@ if [ -d $SHELL_THINGS_REPO ]; then
|
|||||||
git remote set-url origin https://gitea.blesmrt.net/Mikaela/shell-things.git
|
git remote set-url origin https://gitea.blesmrt.net/Mikaela/shell-things.git
|
||||||
git fetch --all
|
git fetch --all
|
||||||
git pull
|
git pull
|
||||||
|
git verify-commit HEAD
|
||||||
sleep 10
|
sleep 10
|
||||||
echo ""
|
echo ""
|
||||||
echo "shell-things: Installing/Upgrading..."
|
echo "shell-things: Installing/Upgrading..."
|
||||||
|
Loading…
Reference in New Issue
Block a user