File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11#! /bin/sh
2- opkg install ./python_setup/* .ipk
3- opkg install ./custom_setup/* .ipk
4- opkg install ./web_server_setup/python3-click_8.0.3-1_mipsel_24kc.ipk
5- opkg install ./web_server_setup/python3-itsdangerous_2.0.1-1_mipsel_24kc.ipk
6- opkg install ./web_server_setup/python3-markupsafe_2.1.0-1_mipsel_24kc.ipk
7- opkg install ./web_server_setup/python3-jinja2_3.0.3-1_mipsel_24kc.ipk
8- opkg install ./web_server_setup/python3-pkg-resources_58.1.0-1_mipsel_24kc.ipk
9- opkg install ./web_server_setup/python3-setuptools_58.1.0-1_mipsel_24kc.ipk
10- opkg install ./web_server_setup/python3-werkzeug_2.0.2-1_mipsel_24kc.ipk
11- opkg install ./web_server_setup/python3-flask_2.0.1-1_mipsel_24kc.ipk
2+ opkg install ./python_setup/* .ipk --force-reinstall
3+ opkg install ./custom_setup/* .ipk --force-reinstall
4+ opkg install ./web_server_setup/python3-click_8.0.3-1_mipsel_24kc.ipk --force-reinstall
5+ opkg install ./web_server_setup/python3-itsdangerous_2.0.1-1_mipsel_24kc.ipk --force-reinstall
6+ opkg install ./web_server_setup/python3-markupsafe_2.1.0-1_mipsel_24kc.ipk --force-reinstall
7+ opkg install ./web_server_setup/python3-jinja2_3.0.3-1_mipsel_24kc.ipk --force-reinstall
8+ opkg install ./web_server_setup/python3-pkg-resources_58.1.0-1_mipsel_24kc.ipk --force-reinstall
9+ opkg install ./web_server_setup/python3-setuptools_58.1.0-1_mipsel_24kc.ipk --force-reinstall
10+ opkg install ./web_server_setup/python3-werkzeug_2.0.2-1_mipsel_24kc.ipk --force-reinstall
11+ opkg install ./web_server_setup/python3-flask_2.0.1-1_mipsel_24kc.ipk --force-reinstall
1212exit 0
1313
You can’t perform that action at this time.
0 commit comments