-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patht.sh
36 lines (31 loc) · 991 Bytes
/
t.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
34
35
36
#!/bin/bash
#wget https://gitee.com/clh21/sh/raw/master/t.sh
if [ -f "ui-detect/README.md" ]; then
pushd ui-detect > /dev/null
git pull
popd > /dev/null
else
git clone --depth=1 https://[email protected]/perfbenchmark/ui-detect.git
pushd ui-detect
git config user.email "[email protected]"
git config user.name "chenlianghong"
popd > /dev/null
fi
export GO111MODULE=on
export GOPROXY=https://goproxy.cn
#echo export GO111MODULE=on
#echo export GOPROXY=https://goproxy.cn
#
#pip config set global.index-url https://mirrors.aliyun.com/pypi/simple/
#pip3 install reportlab
#pip3 install PyPDF2
#pip3 install pyinstaller
#pip3 install pyinstaller -i http://pypi.tuna.tsinghua.edu.cn/simple/ --trusted-host pypi.tuna.tsinghua.edu.cn
#
#echo pyinstaller -F report.py
#echo ~/.local/bin/pyinstaller -F report.py
#
## go get github.com/yudai/gotty
#go get github.com/sorenisanerd/gotty
#echo go get github.com/yudai/gotty
#echo go get github.com/sorenisanerd/gotty