| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Aria2 | 2019-04-05 | ||
| adhook.ini | 2018-11-19 | 428 Bytes | |
| jq-1.5.tar.gz | 2018-11-19 | 739.3 kB | |
| ocserv.conf | 2018-11-19 | 8.3 kB | |
| pac.txt | 2018-11-19 | 168.8 kB | |
| proxy.pac | 2018-11-19 | 254.4 kB | |
| README.md | 2018-11-19 | 530 Bytes | |
| Totals: 7 Items | 1.2 MB | 0 | |
一些脚本的依赖都放到这里
jq-1.5.tar.gz
- 说明:JQ是一个Linux平台上的 JSON 格式解析器。
- 依赖于此软件的脚本为:ssr.sh
下载安装:
Debian/Ubuntu系统:
apt-get install -y build-essential
wget --no-check-certificate -N "https://raw.githubusercontent.com/ToyoDAdoubiBackup/doubi/master/other/jq-1.5.tar.gz"
tar -xzf jq-1.5.tar.gz && cd jq-1.5
./configure --disable-maintainer-mode && make && make install
ldconfig
cd .. && rm -rf jq-1.5.tar.gz && rm -rf jq-1.5