mirror of
https://github.com/infinition/Bjorn.git
synced 2025-12-08 13:44:59 +00:00
remove usless .git* files
This commit is contained in:
@@ -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}"
|
||||||
|
|||||||
Reference in New Issue
Block a user