mirror of
https://github.com/rzeldent/esp32cam-rtsp.git
synced 2025-11-11 18:56:21 +00:00
6 lines
160 B
Bash
Executable File
6 lines
160 B
Bash
Executable File
#!/bin/sh
|
|
|
|
python3 -m pip install --upgrade pip setuptools wheel
|
|
python3 -m pip install minify-html
|
|
|
|
python3 ./minify.py ./html/index.html ./html/index.min.html |