From 24beeb84960a4f564a56f60a6dee475d8ff598a6 Mon Sep 17 00:00:00 2001 From: McCloudS <64094529+McCloudS@users.noreply.github.com> Date: Thu, 26 Oct 2023 01:08:07 -0600 Subject: [PATCH] Update bootstrap.sh --- bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bootstrap.sh b/bootstrap.sh index 9ca8e1b..1ab35a3 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -5,6 +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 # Start the program