Ubuntu-In-Ish | Still in ALPHA (that means you my find bugs)

#STEPS

  1. update ish: apk update
  2. install wget: apk add wget
  3. install bash: apk add bash
  4. go to the home folder: cd ~
  5. create the reqired dirs: mkdir ubuntu-in-ish
  6. go to the dir: cd ubuntu-in-ish
  7. download the required files: wget https://github.com/MFDGaming/Ubuntu-In-Ish/raw/master/ubuntu.sh && wget https://github.com/MFDGaming/Ubuntu-In-Ish/raw/master/start.sh
  8. give execution perm: chmod +x *
  9. start the installation: ./ubuntu.sh
  10. fix apt config: wget https://github.com/MFDGaming/Ubuntu-In-Ish/raw/master/apt.conf && cp apt.conf rootfs/etc/apt/
  11. fix apt sources: wget https://github.com/MFDGaming/Ubuntu-In-Ish/raw/master/sources.list && cp sources.list rootfs/etc/apt/
  12. start ubuntu: ./start.sh