Files
Emmelia-Link-Flayer-Rewrite/update.sh
2023-03-13 00:14:50 -04:00

15 lines
252 B
Bash
Executable File

#!/bin/bash
# Stating Message
echo "<!-- UPDATING ---!>"
# 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 "<!--- UPDATE COMPLETE! ---!>"