Skip to content

Commit

Permalink
Create auto-update-cron.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
0mniteck authored Aug 28, 2024
1 parent 5550c71 commit 93e1b67
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions auto-update-cron.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 93e1b67

Please sign in to comment.