修改脚本域名cafe.cpolar.top 增加全局快捷键g

1、修改脚本域名cafe.cpolar.top
2、增加全局快捷键g
This commit is contained in:
2024-12-25 11:19:46 +08:00
parent d49c41f6f6
commit c2a2b23c01
2 changed files with 23 additions and 19 deletions

View File

@@ -34,7 +34,7 @@ install_depends_apps() {
# 备份 /etc/opkg/distfeeds.conf
cp /etc/opkg/distfeeds.conf /etc/opkg/distfeeds.conf.backup
# 先替换为 mt3000 的软件源来安装 lsblk 和 fdisk 工具
mt3000_opkg="https://cafe.cpolar.cn/wkdaily/gl-inet-onescript/raw/branch/master/mt-3000/distfeeds.conf"
mt3000_opkg="https://cafe.cpolar.top/wkdaily/gl-inet-onescript/raw/branch/master/mt-3000/distfeeds.conf"
wget -O /etc/opkg/distfeeds.conf ${mt3000_opkg}
green "正在更新为 mt3000 的软件源"
cat /etc/opkg/distfeeds.conf