Skip to content

Commit

Permalink
Simplifying downloader latest execution
Browse files Browse the repository at this point in the history
  • Loading branch information
theypsilon committed Mar 3, 2024
1 parent 6380ef9 commit 16a80b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion downloader.sh
Expand Up @@ -20,7 +20,7 @@
set -euo pipefail

SCRIPT_PATH="/tmp/downloader.sh"
LATEST_SCRIPT_PATH="/media/fat/Scripts/.config/downloader/downloader_latest.sh"
LATEST_SCRIPT_PATH="/media/fat/Scripts/.config/downloader/downloader_latest.zip"
CACERT_PEM="/etc/ssl/certs/cacert.pem"

if (( $(date +%Y) < 2000 )) ; then
Expand Down

0 comments on commit 16a80b1

Please sign in to comment.