mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-11-29 02:42:51 +00:00
fix
This commit is contained in:
parent
8bac18329b
commit
949735c849
2 changed files with 1 additions and 2 deletions
|
|
@ -247,7 +247,7 @@ update_x-ui() {
|
||||||
│ ${blue}x-ui log${plain} - Check logs │
|
│ ${blue}x-ui log${plain} - Check logs │
|
||||||
│ ${blue}x-ui banlog${plain} - Check Fail2ban ban logs │
|
│ ${blue}x-ui banlog${plain} - Check Fail2ban ban logs │
|
||||||
│ ${blue}x-ui update${plain} - Update │
|
│ ${blue}x-ui update${plain} - Update │
|
||||||
│ ${blue}x-ui legacy${plain} - legacy version │
|
│ ${blue}x-ui legacy${plain} - Legacy version │
|
||||||
│ ${blue}x-ui install${plain} - Install │
|
│ ${blue}x-ui install${plain} - Install │
|
||||||
│ ${blue}x-ui uninstall${plain} - Uninstall │
|
│ ${blue}x-ui uninstall${plain} - Uninstall │
|
||||||
└───────────────────────────────────────────────────────┘"
|
└───────────────────────────────────────────────────────┘"
|
||||||
|
|
|
||||||
1
x-ui.sh
1
x-ui.sh
|
|
@ -887,7 +887,6 @@ update_geo() {
|
||||||
show_menu
|
show_menu
|
||||||
;;
|
;;
|
||||||
1)
|
1)
|
||||||
rm -f geoip.dat geosite.dat
|
|
||||||
wget -O geoip.dat https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/geoip.dat
|
wget -O geoip.dat https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/geoip.dat
|
||||||
wget -O geosite.dat https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/geosite.dat
|
wget -O geosite.dat https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/geosite.dat
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue