Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision Next revisionBoth sides next revision | ||
| docs:guide-user:luci:luci.essentials [2022/04/10 18:19] – [Introduction] version update exaghost | docs:guide-user:luci:luci.essentials [2023/04/03 01:00] – [Offline installation] vgaetera | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== LuCI essentials ====== | ====== LuCI essentials ====== | ||
| - | {{section> | + | {{section> |
| ===== Introduction ===== | ===== Introduction ===== | ||
| Line 116: | Line 116: | ||
| === Basic === | === Basic === | ||
| * [[packages: | * [[packages: | ||
| - | * [[packages: | + | * [[packages: |
| * [[packages: | * [[packages: | ||
| * [[packages: | * [[packages: | ||
| Line 167: | Line 167: | ||
| # Fetch OpenWrt release | # Fetch OpenWrt release | ||
| - | eval $(ssh openwrt cat / | + | eval $(ssh "${OWRT_HOST}" |
| - | if [ "${DISTRIB_RELEASE}" | + | |
| - | then OWRT_DIR=" | + | |
| - | else OWRT_DIR=" | + | |
| - | fi | + | |
| # LuCI packages and repos | # LuCI packages and repos | ||
| - | OWRT_URL=" | + | case " |
| + | (snapshot) | ||
| + | (*) OWRT_URL=" | ||
| + | esac | ||
| OWRT_CORE=" | OWRT_CORE=" | ||
| - | OWRT_COREURL=" | + | OWRT_COREURL=" |
| OWRT_BASE=" | OWRT_BASE=" | ||
| - | OWRT_BASEURL=" | + | OWRT_BASEURL=" |
| OWRT_LUCI=" | OWRT_LUCI=" | ||
| luci-theme-bootstrap luci-mod-admin-full luci-lib-jsonc luci-mod-status \ | luci-theme-bootstrap luci-mod-admin-full luci-lib-jsonc luci-mod-status \ | ||
| luci-mod-system luci-mod-network" | luci-mod-system luci-mod-network" | ||
| - | OWRT_LUCIURL=" | + | OWRT_LUCIURL=" |
| # Download packages from repos | # Download packages from repos | ||