refactor(install script): rename do_install_argon_skin function
This commit is contained in:
@@ -20,7 +20,7 @@ load_common_lib() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# 安装argon紫色主题
|
# 安装argon紫色主题
|
||||||
do_install_argon_skin(){
|
do_install_argon_apk(){
|
||||||
echo "正在安装argon紫色主题"
|
echo "正在安装argon紫色主题"
|
||||||
wget -O /tmp/argon.run "$HTTP_HOST/theme/apk/argon/25-argon.run"
|
wget -O /tmp/argon.run "$HTTP_HOST/theme/apk/argon/25-argon.run"
|
||||||
sh /tmp/argon.run --target /tmp/abc --noexec
|
sh /tmp/argon.run --target /tmp/abc --noexec
|
||||||
@@ -70,7 +70,7 @@ run_quick_install() {
|
|||||||
sh /usr/bin/init_luci.sh web
|
sh /usr/bin/init_luci.sh web
|
||||||
add_author_info
|
add_author_info
|
||||||
do_setup_default_temp
|
do_setup_default_temp
|
||||||
do_install_argon_skin
|
do_install_argon_apk
|
||||||
do_install_istore
|
do_install_istore
|
||||||
do_install_quickstart
|
do_install_quickstart
|
||||||
echo "安装完毕!请使用8080端口访问luci界面:http://192.168.8.1:8080"
|
echo "安装完毕!请使用8080端口访问luci界面:http://192.168.8.1:8080"
|
||||||
@@ -114,7 +114,7 @@ while true; do
|
|||||||
run_quick_install
|
run_quick_install
|
||||||
;;
|
;;
|
||||||
2)
|
2)
|
||||||
do_install_argon_skin
|
do_install_argon_apk
|
||||||
;;
|
;;
|
||||||
3)
|
3)
|
||||||
do_install_istore
|
do_install_istore
|
||||||
|
|||||||
Reference in New Issue
Block a user