mirror of
https://git.sr.ht/~cadence/NewLeaf
synced 2024-11-21 07:07:29 +00:00
Add generic-updater scripts
This commit is contained in:
parent
9943847e9d
commit
69a371fbc0
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
|
3
.gitignore
vendored
3
.gitignore
vendored
@ -2,3 +2,6 @@
|
|||||||
*~
|
*~
|
||||||
\#*#
|
\#*#
|
||||||
.vscode
|
.vscode
|
||||||
|
|
||||||
|
# Personal
|
||||||
|
/generic-updater
|
||||||
|
Loading…
Reference in New Issue
Block a user