-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinstall.sh
More file actions
13 lines (12 loc) · 857 Bytes
/
install.sh
File metadata and controls
13 lines (12 loc) · 857 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh
opkg install ./python_setup/*.ipk --force-reinstall
opkg install ./custom_setup/*.ipk --force-reinstall
opkg install ./web_server_setup/python3-click_8.0.3-1_mipsel_24kc.ipk --force-reinstall
opkg install ./web_server_setup/python3-itsdangerous_2.0.1-1_mipsel_24kc.ipk --force-reinstall
opkg install ./web_server_setup/python3-markupsafe_2.1.0-1_mipsel_24kc.ipk --force-reinstall
opkg install ./web_server_setup/python3-jinja2_3.0.3-1_mipsel_24kc.ipk --force-reinstall
opkg install ./web_server_setup/python3-pkg-resources_58.1.0-1_mipsel_24kc.ipk --force-reinstall
opkg install ./web_server_setup/python3-setuptools_58.1.0-1_mipsel_24kc.ipk --force-reinstall
opkg install ./web_server_setup/python3-werkzeug_2.0.2-1_mipsel_24kc.ipk --force-reinstall
opkg install ./web_server_setup/python3-flask_2.0.1-1_mipsel_24kc.ipk --force-reinstall
exit 0