diff --git a/installer.sh b/installer.sh index 4a46145..a17df30 100644 --- a/installer.sh +++ b/installer.sh @@ -232,6 +232,8 @@ echo # === Cleanup frontend install directory === echo -e "${BLUE}Cleaning up frontend installation directory...${NORMAL}" find "$TARGET_DIR" -type f -name "*.sh" -exec rm -f {} \; +find "$TARGET_DIR" -type f -name "*.md" -exec rm -f {} \; +find "$TARGET_DIR" -type f -name "*.config" -exec rm -f {} \; if [ -d "$TARGET_DIR/assets/images" ]; then rm -rf "$TARGET_DIR/assets/images"