Skip mirror.sh when already on sagev.space

This commit is contained in:
Sage Vaillancourt 2024-08-30 14:20:49 -04:00
parent efa697a2c4
commit 9aa9009b83
1 changed files with 11 additions and 10 deletions

View File

@ -130,6 +130,7 @@ if ! test -f "$HOME/.local/share/fonts/FiraCodeNerdFontMono-Medium.ttf"; then
fc-cache -f -v fc-cache -f -v
fi fi
if [[ "$(hostname)" != "sage-bigboy" ]]; then
curdir="$(pwd)" curdir="$(pwd)"
cd $SCRIPT_DIR || exit 1 cd $SCRIPT_DIR || exit 1
if test -d git-mirror-machine; then if test -d git-mirror-machine; then
@ -139,8 +140,8 @@ else
git clone 'https://git.sagev.space/sage/git-mirror-machine.git' git clone 'https://git.sagev.space/sage/git-mirror-machine.git'
cd git-mirror-machine cd git-mirror-machine
fi fi
./mirror.sh
cd "$curdir" || exit 1 cd "$curdir" || exit 1
fi
if ! command -v fzf &> /dev/null; then if ! command -v fzf &> /dev/null; then
echo "You may wish to install fzf for sofi and other search" echo "You may wish to install fzf for sofi and other search"