Update bootstrap.sh
This commit is contained in:
@@ -4,7 +4,8 @@
|
|||||||
pip3 install numpy stable-ts flask faster-whisper requests
|
pip3 install numpy stable-ts flask faster-whisper requests
|
||||||
mkdir /subgen
|
mkdir /subgen
|
||||||
cd /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
|
chmod 777 /subgen/subgen.py
|
||||||
|
|
||||||
# Start the program
|
# Start the program
|
||||||
|
|||||||
Reference in New Issue
Block a user