1
0
mirror of https://github.com/hugoyue/Build-OpenWrt.git synced 2026-02-03 02:43:15 +08:00

fix problems that cannot default themes

This commit is contained in:
hugoyue
2022-06-10 16:52:21 +08:00
parent a0e614872a
commit dd37bdff1e
4 changed files with 13 additions and 5 deletions

View File

@@ -17,7 +17,9 @@ sed -i 's/192.168.1.1/192.168.199.1/g' package/base-files/files/bin/config_gener
sed -i "s/hostname='OpenWrt'/hostname='HIWIFI'/" package/base-files/files/bin/config_generate
# Modify default theme
rm -rf package/lean/luci-theme-argon
# rm -rf package/lean/luci-theme-argon
find ./ -name luci-theme-argon | xargs rm -rf;
find ./ -name luci-app-argon-config | xargs rm -rf;
git clone -b 18.06 https://github.com/jerrykuku/luci-theme-argon.git package/lean/luci-theme-argon
sed -i 's/luci-theme-bootstrap/luci-theme-argon/' feeds/luci/collections/luci/Makefile

View File

@@ -17,7 +17,9 @@ sed -i 's/192.168.1.1/192.168.199.1/g' package/base-files/files/bin/config_gener
sed -i "s/hostname='OpenWrt'/hostname='JDCloud'/" package/base-files/files/bin/config_generate
# Modify default theme
rm -rf package/lean/luci-theme-argon
# rm -rf package/lean/luci-theme-argon
find ./ -name luci-theme-argon | xargs rm -rf;
find ./ -name luci-app-argon-config | xargs rm -rf;
git clone -b 18.06 https://github.com/jerrykuku/luci-theme-argon.git package/lean/luci-theme-argon
sed -i 's/luci-theme-bootstrap/luci-theme-argon/' feeds/luci/collections/luci/Makefile

View File

@@ -17,7 +17,9 @@ sed -i 's/192.168.1.1/192.168.199.1/g' package/base-files/files/bin/config_gener
sed -i "s/hostname='OpenWrt'/hostname='K2P'/" package/base-files/files/bin/config_generate
# Modify default theme
rm -rf package/lean/luci-theme-argon
# rm -rf package/lean/luci-theme-argon
find ./ -name luci-theme-argon | xargs rm -rf;
find ./ -name luci-app-argon-config | xargs rm -rf;
git clone -b 18.06 https://github.com/jerrykuku/luci-theme-argon.git package/lean/luci-theme-argon
sed -i 's/luci-theme-bootstrap/luci-theme-argon/' feeds/luci/collections/luci/Makefile

View File

@@ -14,7 +14,9 @@
sed -i 's/192.168.1.1/192.168.199.1/g' package/base-files/files/bin/config_generate
# Modify default theme
rm -rf package/lean/luci-theme-argon
# rm -rf package/lean/luci-theme-argon
find ./ -name luci-theme-argon | xargs rm -rf;
find ./ -name luci-app-argon-config | xargs rm -rf;
git clone -b 18.06 https://github.com/jerrykuku/luci-theme-argon.git package/lean/luci-theme-argon
sed -i 's/luci-theme-bootstrap/luci-theme-argon/' feeds/luci/collections/luci/Makefile
@@ -22,4 +24,4 @@ sed -i 's/luci-theme-bootstrap/luci-theme-argon/' feeds/luci/collections/luci/Ma
git clone https://github.com/destan19/OpenAppFilter package/OpenAppFilter
git clone https://github.com/lisaac/luci-app-dockerman package/luci-app-dockerman
git clone https://github.com/MapesxGM/luci-app-tencentddns package/luci-app-tencentddns
git clone https://github.com/jerrykuku/luci-app-argon-config package/luci-app-argon-config
git clone https://github.com/jerrykuku/luci-app-argon-config package/luci-app-argon-config