-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
To make it quicker and easier to get the latest features of Dave, a shell script should be provided by the repository that does the following things when executed:
- Check if the current version is the latest version; if it is, continue:
- Clone the repository
- Unzip the cloned files
- Use maven to build a new Jar
- Shut down the current version of Dave
- Replace JAR
- Start the new Jar.
This will also require Dave to store it's PID in a file on startup.
Reactions are currently unavailable