diff --git a/systemd_units/update.sh b/systemd_units/update.sh index 92e4770..3b23f67 100755 --- a/systemd_units/update.sh +++ b/systemd_units/update.sh @@ -8,7 +8,7 @@ function prettyPrint() { } # Grab all service names -declare -a services=('mirror-bot' 'mirror-bot-2' 'walls-bot-rs') +declare -a services=('mirror-bot' 'mirror-bot-2' 'uno-bot' 'walls-bot-rs') # Now loop through each service and install it for service in "${services[@]}"; do