From eb3e1252c29694d2566f840cd18c1d0e73fa59ac Mon Sep 17 00:00:00 2001 From: Signor Pellegrino <68112357+flyrouter@users.noreply.github.com> Date: Tue, 4 Mar 2025 23:25:00 +0300 Subject: [PATCH] [no ci] Update some configs (#1737) --- .github/CODEOWNERS | 4 ++-- general/overlay/etc/profile | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 73a1af57..a83e6e8a 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -5,5 +5,5 @@ # SPDX-License-Identifier: BSD-2-Clause-Patent ## -* @widgetii @dimerr @FlyRouter -README.* @cronyx @p0i5k @ZigFisher +* @cronyx @FlyRouter @viktorxda +README.* @p0i5k @ystinia @ZigFisher diff --git a/general/overlay/etc/profile b/general/overlay/etc/profile index 626791d6..822589e7 100644 --- a/general/overlay/etc/profile +++ b/general/overlay/etc/profile @@ -83,6 +83,10 @@ legacy_webui() { curl -s -L https://github.com/openipc/webui/raw/master/files/usr/sbin/updatewebui.sh -o /tmp/webui.sh && sh /tmp/webui.sh } +majestic_webui() { + curl -s -L https://raw.githubusercontent.com/openipc/majestic-webui/master/sbin/updatewebui -o /tmp/webui.sh && sh /tmp/webui.sh +} + # Source configuration files from /etc/profile.d for i in /etc/profile.d/*.sh; do [ -r "$i" ] && . "$i"