diff --git a/update.sh b/update.sh new file mode 100644 index 0000000..2dc42e7 --- /dev/null +++ b/update.sh @@ -0,0 +1,15 @@ +#!/bin/bash +# Stating Message +echo "" + +# TODO - Add an updater for Stable Diffusion API + +# Update the git Repo +git fetch -a -p +git pull + +# Install any new libraries +npm i + +# Update complete message +echo "" \ No newline at end of file