mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-09-10 18:34:18 +08:00
🎉 Sync 2026-08-03 21:04:55
This commit is contained in:
@@ -9,7 +9,7 @@ LUCI_TITLE:=Aurora Theme (A modern browser theme built with Vite and Tailwind CS
|
||||
LUCI_DEPENDS:=+luci-base
|
||||
|
||||
PKG_VERSION:=1.1.13
|
||||
PKG_RELEASE:=63
|
||||
PKG_RELEASE:=64
|
||||
PKG_LICENSE:=Apache-2.0
|
||||
|
||||
LUCI_MINIFY_CSS:=
|
||||
|
||||
@@ -58,30 +58,18 @@ Run these commands on the router itself (e.g. over an SSH session).
|
||||
|
||||
### Via the eamonxg package feed
|
||||
|
||||
OpenWrt 25.12+ and snapshots use `apk`; other versions use `opkg`:
|
||||
|
||||
> **Tip**: You can confirm your package manager by running `opkg --version` or `apk --version`. If it returns output (not "not found"), that's your package manager.
|
||||
|
||||
```sh
|
||||
wget -qO- https://openwrt.eamonxg.fun/install.sh | sh
|
||||
```
|
||||
|
||||
- **opkg** (OpenWrt < 25.12):
|
||||
|
||||
```sh
|
||||
opkg install luci-theme-aurora
|
||||
```
|
||||
|
||||
- **apk** (OpenWrt 25.12+ and snapshots):
|
||||
|
||||
```sh
|
||||
apk add luci-theme-aurora
|
||||
```
|
||||
|
||||
Adds the feed once; later updates are just `opkg update && opkg install luci-theme-aurora` / `apk update && apk add luci-theme-aurora` — no re-downloading the file. Details: [openwrt.eamonxg.fun](https://openwrt.eamonxg.fun/).
|
||||
That is the whole installation — the script adds the feed and installs whatever you tick from the list it shows. Upgrade later with the usual commands: `apk update && apk upgrade luci-theme-aurora`, or `opkg update && opkg upgrade luci-theme-aurora`. Details: [openwrt.eamonxg.fun](https://openwrt.eamonxg.fun/).
|
||||
|
||||
### Via a GitHub release
|
||||
|
||||
OpenWrt 25.12+ and snapshots use `apk`; other versions use `opkg`:
|
||||
|
||||
> **Tip**: You can confirm your package manager by running `opkg --version` or `apk --version`. If it returns output (not "not found"), that's your package manager.
|
||||
|
||||
```sh
|
||||
cd /tmp
|
||||
|
||||
|
||||
@@ -58,30 +58,18 @@
|
||||
|
||||
### 通过 eamonxg 软件源
|
||||
|
||||
OpenWrt 25.12+ 和 Snapshot 版本使用 `apk`;其他版本使用 `opkg`:
|
||||
|
||||
> **提示**:您可以运行 `opkg --version` 或 `apk --version` 来确认您的包管理器。如果有输出内容(而非 "not found"),那就是您的包管理器。
|
||||
|
||||
```sh
|
||||
wget -qO- https://openwrt.eamonxg.fun/install.sh | sh
|
||||
```
|
||||
|
||||
- **opkg**(OpenWrt < 25.12):
|
||||
|
||||
```sh
|
||||
opkg install luci-theme-aurora
|
||||
```
|
||||
|
||||
- **apk**(OpenWrt 25.12+ 及 snapshots):
|
||||
|
||||
```sh
|
||||
apk add luci-theme-aurora
|
||||
```
|
||||
|
||||
一次性添加源,之后更新只需 `opkg update && opkg install luci-theme-aurora` / `apk update && apk add luci-theme-aurora`,无需再手动下载安装包。详细信息见 [openwrt.eamonxg.fun](https://openwrt.eamonxg.fun/)。
|
||||
这就是全部安装步骤——脚本会添加软件源,并安装您从列表中勾选的软件包。之后用常规命令升级即可:`apk update && apk upgrade luci-theme-aurora`,或 `opkg update && opkg upgrade luci-theme-aurora`。详细信息见 [openwrt.eamonxg.fun](https://openwrt.eamonxg.fun/)。
|
||||
|
||||
### 通过 GitHub Release
|
||||
|
||||
OpenWrt 25.12+ 和 Snapshot 版本使用 `apk`;其他版本使用 `opkg`:
|
||||
|
||||
> **提示**:您可以运行 `opkg --version` 或 `apk --version` 来确认您的包管理器。如果有输出内容(而非 "not found"),那就是您的包管理器。
|
||||
|
||||
```sh
|
||||
cd /tmp
|
||||
|
||||
|
||||
Reference in New Issue
Block a user