欲查阅以简体中文撰写的介绍,请访问:README.zh-Hans-CN.md NOT YET
Unofficial Bash script for installing sing-box in operating systems such as Debian / CentOS / Fedora / openSUSE that support systemd
The files installed by this script compatible with Filesystem Hierarchy Standard (FHS):
installed: /usr/local/bin/sing-box
installed: /usr/local/etc/sing-box/geoip.dat
installed: /usr/local/etc/sing-box/geosite.dat
installed: /usr/local/etc/sing-box/config.json
installed: /var/log/sing-box/
installed: /var/log/sing-box/access.log
installed: /var/log/sing-box/error.log
installed: /etc/systemd/system/sing-box.service
installed: /etc/systemd/system/[email protected]
This project DOES NOT AUTOMATICCALY GENERATE CONFIGURATION FILE for you; This project ONLY HELP USER DURING INSTALLATION. Other questions cannot be helped here. Please refer to Documentaion Understand the configuration file syntax and complete the configuration file that suits you. During the process, you can refer to Examples
(Please note that these templates need to be modified and adjusted by yourself after copying, and cannot be used directly)
- The script will provide information such as
info
anderror
when it is executed, please read it carefully.
// Install binary and .db files
# bash <(curl -L https://raw.githubusercontent.com/NextGenOP/fhs-install-singbox/master/install-release.sh)
// Only update .db data files
# bash <(curl -L https://raw.githubusercontent.com/NextGenOP/fhs-install-singbox/master/install-dat-release.sh)
# bash <(curl -L https://raw.githubusercontent.com/NextGenOP/fhs-install-singbox/master/install-release.sh) --remove
If your you have another question please
Please read before asking questions Issue #63