mirror of
https://git.sr.ht/~cadence/NewLeaf
synced 2026-01-05 09:36:30 +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
|
||||||
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -2,3 +2,6 @@
|
||||||
*~
|
*~
|
||||||
\#*#
|
\#*#
|
||||||
.vscode
|
.vscode
|
||||||
|
|
||||||
|
# Personal
|
||||||
|
/generic-updater
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue