From f3402c6a113a3a4df7de6137432d1161d7458c5d Mon Sep 17 00:00:00 2001 From: McCloudS <64094529+McCloudS@users.noreply.github.com> Date: Thu, 26 Oct 2023 01:00:24 -0600 Subject: [PATCH] Update bootstrap.sh --- bootstrap.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index 0adad6a..9ca8e1b 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -2,8 +2,9 @@ # Install the program pip3 install numpy stable-ts flask faster-whisper requests +mkdir /subgen cd /subgen -curl /subgen https://raw.githubusercontent.com/McCloudS/subgen/main/subgen/subgen.py +curl https://raw.githubusercontent.com/McCloudS/subgen/main/subgen/subgen.py --output /subgen/subgen.py # Start the program