forked from external-repos/esp32cam-rtsp
7 lines
224 B
Bash
Executable File
7 lines
224 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
|
|
python3 ./minify.py ./html/restart.html ./html/restart.min.html |