mirror of
https://git.sr.ht/~cadence/NewLeaf
synced 2026-03-07 13:01:37 +00:00
Add generic-updater scripts
This commit is contained in:
parent
9943847e9d
commit
69a371fbc0
3 changed files with 5 additions and 0 deletions
1
.generic-updater/prepare.sh
Normal file
1
.generic-updater/prepare.sh
Normal file
|
|
@ -0,0 +1 @@
|
|||
pip3 install -r requirements.txt
|
||||
1
.generic-updater/start.sh
Normal file
1
.generic-updater/start.sh
Normal file
|
|
@ -0,0 +1 @@
|
|||
exec python3 index.py
|
||||
Loading…
Add table
Add a link
Reference in a new issue