Improve Replit deployment method
This commit is contained in:
parent
79bb913fa6
commit
e181e3f57d
1 changed files with 2 additions and 0 deletions
2
.replit
Normal file
2
.replit
Normal file
|
@ -0,0 +1,2 @@
|
|||
run = "while true; do wget -O libreddit https://github.com/spikecodes/libreddit/releases/latest/download/libreddit;chmod +x libreddit;./libreddit -H 63115200;sleep 1;done"
|
||||
language = "bash"
|
Loading…
Reference in a new issue