Files
Transcriptarr/bootstrap.sh
2023-10-26 01:09:13 -06:00

13 lines
294 B
Bash

#!/bin/bash
# Install the program
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 777 /subgen/subgen.py
# Start the program
python3 -u subgen.py