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