Skip to content

Commit c7e1214

Browse files
Pranav NaiknavarePranav Naiknavare
authored andcommitted
Update
1 parent 603f838 commit c7e1214

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

install.sh

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
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
1212
exit 0
1313

0 commit comments

Comments
 (0)