From 169413b34269bd98d1e24b0bc23d3e83f6efedf5 Mon Sep 17 00:00:00 2001 From: quanjindeng <54259993+quanjindeng@users.noreply.github.com> Date: Fri, 6 Dec 2024 05:51:19 +0800 Subject: [PATCH] Update diy-openwrt-deng.sh --- diy-openwrt-deng.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/diy-openwrt-deng.sh b/diy-openwrt-deng.sh index 991c93a..edfe7ad 100644 --- a/diy-openwrt-deng.sh +++ b/diy-openwrt-deng.sh @@ -38,6 +38,9 @@ sed -i 's/192.168.1.1/10.10.10.1/g' package/base-files/files/bin/config_generate # Modify default theme(FROM uci-theme-bootstrap CHANGE TO luci-theme-material) sed -i 's/luci-theme-bootstrap/luci-theme-argon/g' ./feeds/luci/collections/luci/Makefile +sed -i 's/invalid users = root/#invalid users = root/g' feeds/packages/net/samba4/files/smb.conf.template +sed -i 's#mount -t cifs#mount.cifs#g' feeds/luci/applications/luci-app-cifs-mount/root/etc/init.d/cifs + # sed -i 's#../../#$(TOPDIR)/feeds/luci/#g' package/deng/luci-app-qbittorrent/Makefile sed -i 's#../../#$(TOPDIR)/feeds/luci/#g' package/deng/luci-app-vsftpd/Makefile sed -i 's#../../#$(TOPDIR)/feeds/luci/#g' package/deng/luci-app-diskman/Makefile