it seems like installer is breaking pokemon

This commit is contained in:
JaKooLit
2025-02-23 20:43:18 +09:00
parent 2ee27f6959
commit 11f2b0c6fe
2 changed files with 18 additions and 1 deletions

View File

@@ -20,7 +20,7 @@ printf "${NOTE} Removing any traces of ${SKY_BLUE}Pokemon Color Scripts${RESET}\
# Install Pokemon Color Scripts
printf "${NOTE} Installing ${SKY_BLUE}Pokemon Color Scripts${RESET}\n"
for pok in "pokemon-colorscripts-git"; do
install_package "$pok" "$LOG"
install_package_f "$pok" "$LOG"
done
printf "\n%.0s" {1..1}