From c28a6a51ad43400882878d2817e4c935ba94c380 Mon Sep 17 00:00:00 2001 From: McCloudS <64094529+McCloudS@users.noreply.github.com> Date: Thu, 26 Oct 2023 01:13:31 -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 3015dff..99dba18 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -4,7 +4,8 @@ pip3 install numpy stable-ts flask faster-whisper requests mkdir /subgen cd /subgen -curl https://raw.githubusercontent.com/McCloudS/subgen/main/subgen/subgen.py --output /subgen/subgen.py +curl --no-clobber https://raw.githubusercontent.com/McCloudS/subgen/main/subgen/subgen.py --output /subgen/subgen.py +rm -rf /subgen/subgen.py.* chmod 777 /subgen/subgen.py # Start the program