[no ci] Update some configs

pull/1737/head
Signor Pellegrino 2025-03-04 22:36:34 +03:00 committed by GitHub
parent 690e7393a1
commit 47886d597d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions
general/overlay/etc

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
}
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"