-
Notifications
You must be signed in to change notification settings - Fork 824
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Theme and config install errors - missing menu items #502
Comments
Workaround: create shell scripts manually and execute them |
Can you maybe give an example? Thanks! |
Download luci-theme-argon_2.3.1_all.ipk, download luci-app-argon-config_0.9-20210309_all.ipk Upload these via standard luci. |
See here #523 |
Worked for me! |
Describe the bug
ipk and prerequisites have been successfully downloaded.
When installing the install process starts but cant completed successfully - leaving a half installed situation.
System: BananaPi BPI-R4
Snapshot: 26450
To Reproduce
Steps to reproduce the behavior:
opkg install luci-compat && opkg install luci-lib-ipkg
)wget --no-check-certificate https://github.com/jerrykuku/luci-theme-argon/releases/download/v2.3.1/luci-theme-argon_2.3.1_all.ipk && opkg install luci-theme-argon*.ipk
)wget --no-check-certificate https://github.com/jerrykuku/luci-app-argon-config/releases/download/v0.9/luci-app-argon-config_0.9_all.ipk && opkg install luci-app-argon-config*.ipk
)Expected behavior
Therme and config tool should be installed successfully.
Missing menu entry for Argon config tool should be visible.
Screenshots
see above
Openwrt (please complete the following information):
Desktop (please complete the following information):
Additional context
/etc/uci-defaults/
folder does exist - is owned by root - permisson: rwxr-xr-x (0755)The text was updated successfully, but these errors were encountered: