Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] master from wukongdaily:master #3

Merged
merged 5 commits into from
Feb 28, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add apks versionname menu
  • Loading branch information
wukongdaily committed Feb 28, 2024
commit b0360681d6a0dc2fd5cc8fff7db7a1806f5677ea
20 changes: 10 additions & 10 deletions shells/sony.sh
Original file line number Diff line number Diff line change
Expand Up @@ -347,11 +347,11 @@ menu_options=(
"安装ADB"
"连接ADB"
"断开ADB"
"安装Netflix最新版"
"安装Apple TV+最新版"
"安装Disney+最新版"
"安装HBO GO最新版"
"安装myTVSuper最新版"
"安装Netflix最新版 10.3.1"
"安装Apple TV+最新版 14.1.0"
"安装Disney+最新版 3.0.0-rc3"
"安装HBO GO最新版 r90.v1.0.206.04"
"安装myTVSuper最新版 1.8.2"
"安装Youtube-FireTV版"
"赞助|打赏"
)
Expand All @@ -360,12 +360,12 @@ commands=(
["安装ADB"]="install_adb"
["连接ADB"]="connect_adb"
["断开ADB"]="disconnect_adb"
["安装Netflix最新版"]="install_netflix"
["安装Disney+最新版"]="install_disney"
["安装Netflix最新版 10.3.1"]="install_netflix"
["安装Apple TV+最新版 14.1.0"]="install_appletv"
["安装Disney+最新版 3.0.0-rc3"]="install_disney"
["安装HBO GO最新版 r90.v1.0.206.04"]="install_hbogo"
["安装myTVSuper最新版 1.8.2"]="install_mytvsuper"
["安装Youtube-FireTV版"]="install_youtube"
["安装HBO GO最新版"]="install_hbogo"
["安装Apple TV+最新版"]="install_appletv"
["安装myTVSuper最新版"]="install_mytvsuper"
["赞助|打赏"]="sponsor"
)

Expand Down
2 changes: 1 addition & 1 deletion shells/tv.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
# wget -O tv.sh https://raw.githubusercontent.com/wukongdaily/tvhelper/master/shells/tv.sh && chmod +x tv.sh && ./tv.sh
SCRIPT_VERSION="2.0.1"
SCRIPT_VERSION="2.0.2"
#判断是否为x86软路由
is_x86_64_router() {
DISTRIB_ARCH=$(cat /etc/openwrt_release | grep "DISTRIB_ARCH" | cut -d "'" -f 2)
Expand Down