From 2ee27f6959106c06f1fad4520c47695b4df7e37c Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sun, 23 Feb 2025 16:35:48 +0900 Subject: [PATCH] updated pokemon --- install-scripts/zsh_pokemon.sh | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/install-scripts/zsh_pokemon.sh b/install-scripts/zsh_pokemon.sh index d8c22cd..89bca0a 100755 --- a/install-scripts/zsh_pokemon.sh +++ b/install-scripts/zsh_pokemon.sh @@ -17,16 +17,6 @@ LOG="Install-Logs/install-$(date +%d-%H%M%S)_zsh_pokemon.log" printf "${NOTE} Removing any traces of ${SKY_BLUE}Pokemon Color Scripts${RESET}\n" -# Check if the pokemon directory exists -if [ -d "/usr/local/opt/pokemon-colorscripts" ]; then - sudo rm -rf /usr/local/opt/pokemon-colorscripts -fi - -# Check if the pokemon file exists -if [ -f "/usr/local/bin/pokemon-colorscripts" ]; then - sudo rm -f /usr/local/bin/pokemon-colorscripts -fi - # Install Pokemon Color Scripts printf "${NOTE} Installing ${SKY_BLUE}Pokemon Color Scripts${RESET}\n" for pok in "pokemon-colorscripts-git"; do