Commit Graph

348 Commits (036dd393e5c54519ce503ae8760e04d4046a3c59)

Author SHA1 Message Date
IceCodeNew fd00a5a2ab
Update sh-checker.yml 2020-09-20 01:33:48 +08:00
IceCodeNew 38987a8e86
Merge pull request #120 from v2fly/develop
bug fix for $114
2020-09-20 01:30:47 +08:00
IceCodeNew cbcaf9c5c1 bug fix for $114
我 是 傻 逼
2020-09-20 01:27:54 +08:00
IceCodeNew b4197dd807
Merge pull request #116 from v2fly/develop 2020-09-20 00:39:48 +08:00
IceCodeNew f0eacd1ca5 `shfmt -i 2 -ci` 2020-09-20 00:35:30 +08:00
IceCodeNew e7e9e9a47d Create sh-checker.yml 2020-09-20 00:14:02 +08:00
IceCodeNew 3a14bbd46f Emit some colored notice. 2020-09-19 22:28:54 +08:00
IceCodeNew 6773934fa7 fix shell warning 2020-09-19 21:53:49 +08:00
IceCodeNew d4fe43b7c9 Create drop-in configurations for systemd unit files 2020-09-19 21:21:34 +08:00
东方有鱼名为咸 4a4f52a68c add user-agent (#111)
Co-authored-by: IceCodeNew <32576256+IceCodeNew@users.noreply.github.com>
2020-09-19 19:06:28 +08:00
IceCodeNew bc77ec4255 Merge remote-tracking branch 'upstream/develop' into HEAD 2020-09-19 19:05:03 +08:00
xiagw cbf08bdb26 fix function get_versionchange to if -n,reduce indent 2020-09-19 19:02:29 +08:00
xiagw f607e17837 fix1: fix function judgment_parameters (#104)
Co-authored-by: IceCodeNew <32576256+IceCodeNew@users.noreply.github.com>
2020-09-19 19:02:28 +08:00
xiagw b5ee8e46f1
fix: fix install-dat-release.sh check sum256 (#93)
Co-authored-by: IceCodeNew <32576256+IceCodeNew@users.noreply.github.com>
2020-09-19 16:53:20 +08:00
xiagw d41ead065b
fix2: fix function install_software (#105) 2020-09-19 16:28:36 +08:00
IceCodeNew a9498beff0
Merge pull request #108 from xiagw/install-release-fix5
fix5: fix function start_v2ray
2020-09-19 16:11:42 +08:00
IceCodeNew bd79b270d3
Merge pull request #106 from xiagw/install-release-fix3 2020-09-17 22:38:56 +08:00
xiagw ea2fc97a31
fix5: fix function start_v2ray 2020-09-17 17:49:20 +07:00
xiagw dc7d1fe174
fix mktemp -du to mktem -d 2020-09-17 17:27:18 +07:00
Kslr 7e2d0acbf0
Merge pull request #98 from v2fly/develop
merge
2020-09-17 03:36:26 +08:00
Kslr 684560061f
Merge pull request #83 from v2fly/develop-rm-systemd-files
removing unused systemd unit files
2020-09-06 17:01:30 +08:00
DuckSoft 3e3452005d
removing unused systemd unit files
these are already included in release package and not used anymore.
2020-09-06 16:50:41 +08:00
Kslr 4706d8e46c
copy systemd file from the package 2020-09-06 15:17:43 +08:00
IceCodeNew dd07d27f89
Merge pull request #81 from IceCodeNew/develop 2020-09-05 11:23:17 +08:00
IceCodeNew 94ae72d399 Add `systemctl daemon-reload`
necessary for updating systemd unit files.
2020-09-05 11:06:48 +08:00
IceCodeNew 2235098bc6 Update systemd unit files every time the script is executed
脚本安装 systemd unit files 的行为很快会改为从最新的 v2ray-core release
中取得文件。
考虑到这些文件未来会有随 v2ray-core 新版本发布而更新的可能,所以提前做出这样的调整。
2020-09-05 10:40:11 +08:00
IceCodeNew 5d471592fd Unalias crucial functions when issuing them
for preventing user-custom aliases interupt script
2020-09-05 10:29:31 +08:00
IceCodeNew 55fe32f505 移除路径变量末尾的斜杠
我个人更倾向于这样的风格,一方面我认为路径变量就应该使用目录的名字,而既然目录名里不会有 `/`,那所以变量里也不应该带。
另一方面我是真的担心会出现转义导致的问题,一个目录不可能以 `/` 结尾,但可以以 `\` 结尾。变量名里保证不去多此一举加上 `/` 的话,对于 `ugly\` 这样的目录名,我们就可以在之后用到这个变量的时候再来处理转义问题,而不需要对着变量值 `ugly\/` 头疼。
2020-09-05 10:14:36 +08:00
IceCodeNew 77dc4df227 增加 `关于提 Issue 的温馨提示` 2020-09-03 20:47:03 +08:00
IceCodeNew 744d43c51c 增加 `重要提示` 2020-09-03 20:44:43 +08:00
IceCodeNew 9e54315c42 Update README.md
重新繁體中文化
2020-09-03 20:20:35 +08:00
IceCodeNew 7e2998d466 Update README.zh-Hans-CN.md
Sync changes on `README` to `README.zh-Hans-CN`
2020-09-03 20:19:44 +08:00
Kslr e7c5df86ad
add bash description 2020-08-26 00:48:26 +08:00
Kslr 41f1e37c25
Update README.md 2020-08-21 23:29:51 +08:00
IceCodeNew 0b4c092a54 Update `README` 2020-08-19 00:21:25 +08:00
IceCodeNew 639d31a791 Merge remote-tracking branch 'origin/develop' into master 2020-08-18 22:17:54 +08:00
Kslr 9dbed7ec33
Merge pull request #60 from phlinhng/cat-eof-service
create systemd locally & make single config as default
2020-08-18 22:07:16 +08:00
phlinhng c11c2282ef
create systemd locally
create systemd locally

fix typo; match coding style

modify json path

fix typo; match coding style

modify json path

modify messages

fix typo in path

switch back to single config

fix typo

fix typo

fix typo
2020-08-18 20:35:05 +08:00
Nicholas Wang 82f1734386
remove silent flag for cURL calls in install-dat-release.sh 2020-08-17 04:25:17 -05:00
Nicholas Wang 4554467c03
remove silent flag for cURL calls 2020-08-17 04:24:07 -05:00
IceCodeNew da7fb2fddf fix hyperlink 2020-08-17 12:46:39 +08:00
IceCodeNew 144b50ab6c Rename `README.zh-sc.md` 2020-08-17 12:45:54 +08:00
IceCodeNew ddaea17fbb 修改简中版 README 中超链接指向以简体中文撰写的 Wiki 2020-08-16 19:51:26 +08:00
IceCodeNew 6d130f006f
Merge pull request #50 from IceCodeNew/develop 2020-08-16 18:42:10 +08:00
IceCodeNew 56049fdee5
Create README.zh-sc.md
简体中文版简介使用 https://opencc.byvoid.com/ 转换得到,感谢 @BYVoid 的精彩工作!
2020-08-16 18:31:55 +08:00
IceCodeNew 2f28b26115
Add hyperlink to `README.zh-sc.md` 2020-08-16 18:30:09 +08:00
Dct Mei c73193c528
Merge pull request #45 from v2fly/develop
fix: Missing Log Source
2020-08-15 11:56:45 +00:00
Dct Mei 46ccbf0bd8
fix: Missing Log Source
1. Now, the initialization of the Log file is normal.
2. And, some new related outputs have been added.
2020-08-15 19:52:53 +08:00
Dct Mei 864e531534
Merge pull request #42 from v2fly/develop
fix: A wrong installation path
2020-08-15 09:02:51 +00:00
Dct Mei e6bd2e5f21
fix: A wrong installation path
1. Move the .dat file from the lib directory to the share directory.

issue #17
2020-08-15 16:55:02 +08:00