diff --git a/auto-update-cron.sh b/auto-update-cron.sh new file mode 100644 index 0000000..e300eb4 --- /dev/null +++ b/auto-update-cron.sh @@ -0,0 +1,15 @@ +#!/bin/bash + +# Script to add a cron job to check for and download the most recent version from this git repo + +# Runs cron job if exists otherwise creates cron job + + +# Cron job +# Get current version installed if installed otherwise stop + +# Check this git repo for most recent version if newer release download to /tmp otherwise stop + +# Stop any running instances of signal-desktop + +# Install and restart if instance was runnning