├── .github └── workflows │ └── buildsingbox.yml ├── README.md ├── autostart.sh ├── config.json ├── installReality.sh ├── meta.yaml └── readme.en.md /.github/workflows/buildsingbox.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BoxXt/installReality/HEAD/.github/workflows/buildsingbox.yml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BoxXt/installReality/HEAD/README.md -------------------------------------------------------------------------------- /autostart.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BoxXt/installReality/HEAD/autostart.sh -------------------------------------------------------------------------------- /config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BoxXt/installReality/HEAD/config.json -------------------------------------------------------------------------------- /installReality.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BoxXt/installReality/HEAD/installReality.sh -------------------------------------------------------------------------------- /meta.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BoxXt/installReality/HEAD/meta.yaml -------------------------------------------------------------------------------- /readme.en.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BoxXt/installReality/HEAD/readme.en.md --------------------------------------------------------------------------------