├── .config ├── .github └── workflows │ └── ipk.yml ├── LICENSE ├── README.md ├── diy-part2.sh ├── img ├── 1.png ├── 2.png ├── 3.png ├── 4.png └── 5.png └── ipk.sh /.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Netflixxp/ipk/HEAD/.config -------------------------------------------------------------------------------- /.github/workflows/ipk.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Netflixxp/ipk/HEAD/.github/workflows/ipk.yml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Netflixxp/ipk/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Netflixxp/ipk/HEAD/README.md -------------------------------------------------------------------------------- /diy-part2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Netflixxp/ipk/HEAD/diy-part2.sh -------------------------------------------------------------------------------- /img/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Netflixxp/ipk/HEAD/img/1.png -------------------------------------------------------------------------------- /img/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Netflixxp/ipk/HEAD/img/2.png -------------------------------------------------------------------------------- /img/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Netflixxp/ipk/HEAD/img/3.png -------------------------------------------------------------------------------- /img/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Netflixxp/ipk/HEAD/img/4.png -------------------------------------------------------------------------------- /img/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Netflixxp/ipk/HEAD/img/5.png -------------------------------------------------------------------------------- /ipk.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Netflixxp/ipk/HEAD/ipk.sh --------------------------------------------------------------------------------