├── FUNDING.yml ├── LICENSE ├── README.md ├── boot.sh ├── install.sh └── plugins ├── colors-and-fun.sh └── download.sh /FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RandomCoderOrg/ubuntu-arm64-qemu/HEAD/FUNDING.yml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RandomCoderOrg/ubuntu-arm64-qemu/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RandomCoderOrg/ubuntu-arm64-qemu/HEAD/README.md -------------------------------------------------------------------------------- /boot.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RandomCoderOrg/ubuntu-arm64-qemu/HEAD/boot.sh -------------------------------------------------------------------------------- /install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RandomCoderOrg/ubuntu-arm64-qemu/HEAD/install.sh -------------------------------------------------------------------------------- /plugins/colors-and-fun.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RandomCoderOrg/ubuntu-arm64-qemu/HEAD/plugins/colors-and-fun.sh -------------------------------------------------------------------------------- /plugins/download.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RandomCoderOrg/ubuntu-arm64-qemu/HEAD/plugins/download.sh --------------------------------------------------------------------------------