Update bootstrap.sh

This commit is contained in:
McCloudS
2023-10-26 00:42:07 -06:00
committed by GitHub
parent bff943e288
commit 64332d1a5b

View File

@@ -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
python3 -u subgen.py