Skip to content

WindSpiritSR/Release-Updater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Usage

Use python

python /path/to/release_updater.py

or you can create a shell script to run it at crontab

update_release.sh

#!/bin/bash
cd /path/to/release_updater/
python /path/to/release_updater.py

# If you want someone else use these release file
# chown user:user -R /path/to/release_file/
# chmod 755 -R /path/to/release_file/

crontab

0 2 * * *       /path/to/update_release.sh

About

Download the latest release from the GitHub repo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages