Skip to content

Commit 603f838

Browse files
Pranav NaiknavarePranav Naiknavare
authored andcommitted
Added new Config
1 parent 783365b commit 603f838

9 files changed

Lines changed: 8 additions & 0 deletions

install.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
#!/bin/sh
22
opkg install ./python_setup/*.ipk
33
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
412
exit 0
513

116 KB
Binary file not shown.
103 KB
Binary file not shown.
18.9 KB
Binary file not shown.
172 KB
Binary file not shown.
12.8 KB
Binary file not shown.
144 KB
Binary file not shown.
493 KB
Binary file not shown.
332 KB
Binary file not shown.

0 commit comments

Comments
 (0)