From 4d85f39f383ee84ebf3f3312c37bad3fc696e385 Mon Sep 17 00:00:00 2001 From: McCloudS <64094529+McCloudS@users.noreply.github.com> Date: Thu, 26 Oct 2023 01:09:13 -0600 Subject: [PATCH] Update bootstrap.sh --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index 1ab35a3..3015dff 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -5,7 +5,7 @@ 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 -chmod +x /subgen/subgen.py +chmod 777 /subgen/subgen.py # Start the program