Update bootstrap.sh

This commit is contained in:
McCloudS
2023-10-26 01:13:31 -06:00
committed by GitHub
parent 4d85f39f38
commit c28a6a51ad

View File

@@ -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