xyanrch / overplus

Yet another proxy server that support trojan protocol and v protocol.
BSD 2-Clause "Simplified" License
176 stars 41 forks source link

一键安装脚本 缺少一个解压命令 xz-utils #7

Closed chika0801 closed 1 year ago

chika0801 commented 1 year ago

系统是DD后的Debian11,执行脚本提示

点击查看详细步骤 ```console LinuxRelease.zip 100%[=============================================================>] 1.18M 674KB/s in 1.8s 2022-10-25 22:11:40 (674 KB/s) - ‘LinuxRelease.zip’ saved [1243134/1243134] cp: cannot stat 'overplus/overplus': No such file or directory cp: cannot stat 'overplus/ConfigTemplate/server.json': No such file or directory sed: can't read /etc/overplus/server.json: No such file or directory sed: can't read /etc/overplus/server.json: No such file or directory sed: can't read /etc/overplus/server.json: No such file or directory sed: can't read /etc/overplus/server.json: No such file or directory cp: cannot stat 'overplus/ConfigTemplate/overplus.service': No such file or directory chmod: cannot access '/etc/systemd/system/overplus.service': No such file or directory Failed to start overplus.service: Unit overplus.service not found. Failed to enable unit: Unit file overplus.service does not exist. ==================================== Overplus has sucessfully installed Please run "systemctl status overplus.service" to check service status ==================================== Your sever config is located :/etc/overplus/server.json cat: /etc/overplus/server.json: No such file or directory ```

搜索了一下,是deiban11系统要先安装 apt install xz-utils -y tar解压命令时才成功,安装后,顺利完成

点击查看详细步骤 ```console LinuxRelease.zip 100%[=============================================================>] 1.18M 2.96MB/s in 0.4s 2022-10-25 22:12:12 (2.96 MB/s) - ‘LinuxRelease.zip’ saved [1243134/1243134] Created symlink /etc/systemd/system/multi-user.target.wants/overplus.service → /etc/systemd/system/overplus.service. ==================================== Overplus has sucessfully installed Please run "systemctl status overplus.service" to check service status ==================================== Your sever config is located :/etc/overplus/server.json { "run_type": "server", "local_addr": "0.0.0.0", "local_port": "443", "allowed_passwords": [ "1111111" ], "log_level": "NOTICE", "log_dir":"", "ssl": { "cert": "/etc/overplus/server_ViQdRSnGATinZs5a.crt", "key": "/etc/overplus/server_ViQdRSnGATinZs5a.key" } ```
xyanrch commented 1 year ago

will update the script.