-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathinstall.sh
33 lines (25 loc) · 1.78 KB
/
install.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
#!/bin/sh
#iptables
opkg update
opkg install coreutils-nohup bash iptables dnsmasq-full curl libcurl4 ca-certificates ipset ip-full iptables-mod-tproxy iptables-mod-extra libcap libcap-bin ruby ruby-yaml kmod-tun kmod-inet-diag unzip luci-compat luci luci-base htop ttyd luci-app-ttyd luci-i18n-ttyd-zh-cn luci-lib-ipkg wget
wget -O /tmp/argon.ipk https://mirror.ghproxy.com/https://github.com/jerrykuku/luci-theme-argon/releases/download/v2.3.1/luci-theme-argon_2.3.1_all.ipk
opkg install /tmp/argon.ipk
rm -f /tmp/argon.ipk
wget -O /tmp/argon-config.ipk https://mirror.ghproxy.com/https://github.com/jerrykuku/luci-app-argon-config/releases/download/v0.9/luci-app-argon-config_0.9_all.ipk
opkg install /tmp/argon-config.ipk
rm -f /tmp/argon-config.ipk
wget -O /tmp/ramfree.ipk https://op.dllkids.xyz/packages/arm_cortex-a7/luci-app-ramfree_git-25.054.68431-4e7d809_all.ipk
opkg install /tmp/ramfree.ipk
rm -f /tmp/ramfree.ipk
wget -O /tmp/diskman.ipk https://op.dllkids.xyz/packages/arm_cortex-a7_neon-vfpv4/luci-app-diskman_git-22.193.56798-d29e7ab_all.ipk
opkg install /tmp/diskman.ipk
rm -f /tmp/diskman.ipk
wget -O /tmp/openclash.ipk https://ghproxy.com/https://github.com/vernesong/OpenClash/releases/download/v0.45.70-beta/luci-app-openclash_0.45.70-beta_all.ipk
opkg install /tmp/openclash.ipk
rm -f /tmp/openclash.ipk
wget -O /tmp/luci-app-netdata.ipk https://ghproxy.com/https://github.com/sirpdboy/luci-app-netdata/releases/download/V1.1/luci-app-netdata_1.1-20221013_all.ipk
opkg install /tmp/luci-app-netdata.ipk
rm -f /tmp/luci-app-netdata.ipk
wget -O /tmp/luci-i18n-netdata-zh-cn.ipk https://ghproxy.com/https://github.com/sirpdboy/luci-app-netdata/releases/download/V1.1/luci-i18n-netdata-zh-cn_1.1-20221013_all.ipk
opkg install /tmp/luci-i18n-netdata-zh-cn.ipk
rm -f /tmp/luci-i18n-netdata-zh-cn.ipk