├── .github └── workflows │ └── x86-24.10.yml ├── LICENSE ├── README.md ├── configs └── x86.config ├── distfeeds.conf ├── diy-script.sh ├── images └── bg1.jpg └── scripts └── preset-clash-core.sh /.github/workflows/x86-24.10.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/s71557/iStoreOS-Actions/HEAD/.github/workflows/x86-24.10.yml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/s71557/iStoreOS-Actions/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/s71557/iStoreOS-Actions/HEAD/README.md -------------------------------------------------------------------------------- /configs/x86.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/s71557/iStoreOS-Actions/HEAD/configs/x86.config -------------------------------------------------------------------------------- /distfeeds.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/s71557/iStoreOS-Actions/HEAD/distfeeds.conf -------------------------------------------------------------------------------- /diy-script.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/s71557/iStoreOS-Actions/HEAD/diy-script.sh -------------------------------------------------------------------------------- /images/bg1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/s71557/iStoreOS-Actions/HEAD/images/bg1.jpg -------------------------------------------------------------------------------- /scripts/preset-clash-core.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/s71557/iStoreOS-Actions/HEAD/scripts/preset-clash-core.sh --------------------------------------------------------------------------------