remove usless .git* files

This commit is contained in:
Fabien POLLY
2024-11-12 14:54:11 +01:00
parent 8b95cb1576
commit 7f6f46db87

View File

@@ -596,6 +596,9 @@ main() {
;; ;;
esac esac
#removed git files
find "$BJORN_PATH" -name ".git*" -exec rm -rf {} +
log "SUCCESS" "BJORN installation completed!" log "SUCCESS" "BJORN installation completed!"
log "INFO" "Please reboot your system to apply all changes." log "INFO" "Please reboot your system to apply all changes."
echo -e "\n${GREEN}Installation completed successfully!${NC}" echo -e "\n${GREEN}Installation completed successfully!${NC}"