From 64332d1a5b68b3fcfcd2c24404f58e37fb588f3b Mon Sep 17 00:00:00 2001 From: McCloudS <64094529+McCloudS@users.noreply.github.com> Date: Thu, 26 Oct 2023 00:42:07 -0600 Subject: [PATCH] Update bootstrap.sh --- bootstrap.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/bootstrap.sh b/bootstrap.sh index fb6b1f7..0adad6a 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -2,8 +2,9 @@ # Install the program pip3 install numpy stable-ts flask faster-whisper requests -wget -P /subgen https://raw.githubusercontent.com/McCloudS/subgen/main/subgen/subgen.py +cd /subgen +curl /subgen https://raw.githubusercontent.com/McCloudS/subgen/main/subgen/subgen.py # Start the program -cd /subgen -python -u subgen.py \ No newline at end of file + +python3 -u subgen.py