Self Updating Client #10
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The server should be able to tell the clients that there has been an update and the clients will go and update themselves
If the user has made any changes locally, those should be stashed with git in case it was something they needed somehow
Would also need to implement a function to look for and remove extra git files, maybe this is just a bash script and a cron job that's added
This should also have a post-update script that is run to make sure any new dependencies are installed
Need to test the most recent changes with a new change so I will leave this open until the next change is updated
We should use a makefile instead of an install script
We should also implement this at boot so that it will update in case the server updates and becomes incompatible
Going to close this ticket as an offshoot has emerged for initial setup tests