z991238
Results
2
comments of
z991238
很多人买的VPS只有几百G和刚上1T流量而已。这种共享除非是无限流量的机器。不然不可能会有人这么好人共享的
> 我想到了一种使用脚本将脚本更新到最新版本的简单方法。 > 首先,您需要使用`git clone`而不是在安装脚本中下载zip文件来下载mtproto_proxy,因此我们可以轻松使用`git pull`命令来更新安装。 > 然后`update.sh`脚本将轻松地处理更新: > > ``` > #!/bin/bash > > gp=$(git pull) > > if [ "$gp" == "Already up-to-date." ]; then > echo "Installation...