确认'luci-app-alist'包的存在性: luci-app-alist可能是一个针对OpenWrt的第三方软件包,用于提供某种特定的Web界面或功能。首先,我们需要确认这个包是否存在。由于全网搜索信息中没有直接提及这个包,我们可以通过OpenWrt的官方软件仓库或第三方源来查找。 查找'luci-app-alist'包的正确安装方法: 如果确认包存在...
2 changes: 1 addition & 1 deletion2luci-app-alist/htdocs/luci-static/resources/view/alist/basic.js Original file line numberDiff line numberDiff line change Expand Up@@ -113,7 +113,7 @@ return view.extend({ o.default='0'; o.rmempty=false; ...
opkg install luci-compat ) DOWNLOAD() ( echo-e"\n${GREEN_COLOR}Download"$mirror"https://github.com/sbwml/luci-app-alist/releases/latest/download/openwrt-$sdk-$platform.tar.gz ...${RES}\n" curl --connect-timeout 5 -m 300 -kLo"$temp_dir/openwrt-$sdk-$platform.tar.gz""$mirror"...
sbwml/luci-app-alistPublic NotificationsYou must be signed in to change notification settings Fork209 Star1.4k Code Issues32 Pull requests Actions Projects Security Insights Additional navigation options 27 Jan 16:56 github-actions v3.42.0
2. get luci-app-alist source & building git clone https://github.com/sbwml/luci-app-alist package/alist make menuconfig#choose LUCI -> Applications -> luci-app-alistmake package/alist/luci-app-alist/compile V=s#build luci-app-alist ...
luci-app-alist/root/etc/uci-defaults/luci-app-alist +2 Original file line numberDiff line numberDiff line change @@ -1,11 +1,13 @@ 1 1 #!/bin/sh 2 2 3 + [ -f "/etc/config/ucitrack" ] && { 3 4 uci -q batch <<-EOF >/dev/null 4 5 delete ucitrack.@alis...
LuCI support for Alist. Contribute to sbwml/luci-app-alist development by creating an account on GitHub.
LuCI support for Alist. Contribute to sbwml/luci-app-alist development by creating an account on GitHub.
opkg install luci-compat ) DOWNLOAD() ( echo -e "\n${GREEN_COLOR}Download "$mirror"https://github.com/sbwml/luci-app-alist/releases/latest/download/openwrt-$sdk-$platform.tar.gz ...${RES}\n" curl --connect-timeout 30 -m 600 -kLo "$temp_dir/openwrt-$sdk-$platform.tar.gz" "...
edrikk changed the title luci-app-attendedsysupgrade: incomplete package list shown #6049 luci-app-attendedsysupgrade: incorrect package list description shown Mar 8, 2023 Contributor McGiverGim commented Mar 10, 2023 I noticed the same problem when the build fails for some reason (wrong package...