dae's install script, you can use it to eat dae! 😊
If you are root:
bash <(curl -s https://raw.githubusercontent.com/daeuniverse/dae-installer/main/installer.sh) install
If you are not root but you can use sudo
:
sudo bash -c "$(curl -s https://raw.githubusercontent.com/daeuniverse/dae-installer/main/installer.sh)" @ install
If you want to remove dae:😢
curl -s https://raw.githubusercontent.com/daeuniverse/dae-installer/main/uninstaller.sh | bash
Use sudo bash
if you are not root but you can use sudo
.
Use update-geoip
to update geoip without updating dae, use update-geosite
to update geosite without updating dae, use install
to install/update dae, and when installing/updating dae, geoip and geosite will also be updated.
- Project V's script: https://github.com/v2fly/fhs-install-v2ray
- Project X's script: https://github.com/XTLS/Xray-install