[no ci] Update some configs (#1737)

pull/1741/head
Signor Pellegrino 2025-03-04 23:25:00 +03:00 committed by GitHub
parent 8ae9cfca1a
commit eb3e1252c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 2 deletions

4
.github/CODEOWNERS vendored
View File

@ -5,5 +5,5 @@
# SPDX-License-Identifier: BSD-2-Clause-Patent # SPDX-License-Identifier: BSD-2-Clause-Patent
## ##
* @widgetii @dimerr @FlyRouter * @cronyx @FlyRouter @viktorxda
README.* @cronyx @p0i5k @ZigFisher README.* @p0i5k @ystinia @ZigFisher

View File

@ -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 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 # Source configuration files from /etc/profile.d
for i in /etc/profile.d/*.sh; do for i in /etc/profile.d/*.sh; do
[ -r "$i" ] && . "$i" [ -r "$i" ] && . "$i"