Skip to content

Commit

Permalink
脚本已无需依赖pv,去掉pv安装选项
Browse files Browse the repository at this point in the history
  • Loading branch information
4Darmygeometry authored Jan 16, 2025
1 parent 0538ae5 commit 1a6441b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions build/linux/offline_init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,6 @@ Install_zenity() {
else
echo "安装过程需要 zenity 工具。"
$installprefix zenity
# pv工具用于显示解压百分比
$installprefix pv
echo "zenity 工具已安装。"
fi
}
Expand Down
2 changes: 0 additions & 2 deletions build/linux/online_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -248,8 +248,6 @@ Install_zenity() {
else
echo "安装过程需要 zenity 工具。"
$installprefix zenity
# pv工具用于显示解压百分比
$installprefix pv
echo "zenity 工具已安装。"
fi
}
Expand Down

0 comments on commit 1a6441b

Please sign in to comment.