There should be a bash script which executes the install steps, like npm deploy. Might even throw in a distro switch statement which will try to install sqlite3 on the target machine.
The reset script should be something like npm reset.
Both should ask before overwriting existing files.
There should be a bash script which executes the install steps, like
npm deploy
. Might even throw in a distro switch statement which will try to install sqlite3 on the target machine.The reset script should be something like
npm reset
.Both should ask before overwriting existing files.