mirror of
https://github.com/outbackdingo/firmware.git
synced 2026-01-27 10:19:01 +00:00
[no ci] Update some configs (#1737)
This commit is contained in:
committed by
GitHub
parent
8ae9cfca1a
commit
eb3e1252c2
4
.github/CODEOWNERS
vendored
4
.github/CODEOWNERS
vendored
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user