From e9e5e5d488823304c6942889694d3343387d8089 Mon Sep 17 00:00:00 2001 From: Archeb Date: Sat, 20 Apr 2024 01:45:10 +0800 Subject: [PATCH] update startup script --- start.bat | 2 ++ start.sh | 5 +++++ 2 files changed, 7 insertions(+) create mode 100644 start.sh diff --git a/start.bat b/start.bat index c48d7c2..0951b5b 100644 --- a/start.bat +++ b/start.bat @@ -1,2 +1,4 @@ +git pull +npm install set YOUCOM_COOKIE=Your Cookie node index \ No newline at end of file diff --git a/start.sh b/start.sh new file mode 100644 index 0000000..72a656b --- /dev/null +++ b/start.sh @@ -0,0 +1,5 @@ +#!/bin/sh +git pull +npm install +export YOUCOM_COOKIE="Your Cookie" +node index \ No newline at end of file