mirror of
https://gitlab.com/fscarmen/warp.git
synced 2026-06-24 15:12:39 +08:00
Update t.sh
Former-commit-id: f7ff560003f16de971f4621a9409c10309da0c97
This commit is contained in:
@@ -91,7 +91,7 @@ function dependence(){
|
||||
yum -y update
|
||||
|
||||
# 添加执行文件环境变量
|
||||
if [[ $PATH =~ /usr/local/sbin ]]; then export PATH=$PATH; else export PATH=$PATH:/usr/local/bin; fi
|
||||
if [[ $PATH =~ /usr/local/bin ]]; then export PATH=$PATH; else export PATH=$PATH:/usr/local/bin; fi
|
||||
|
||||
# 如都不符合,提示,删除临时文件并中止脚本
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user