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:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user