#STEPS
- update ish:
apk update
- install wget:
apk add wget
- install bash:
apk add bash
- go to the home folder:
cd ~
- create the reqired dirs:
mkdir ubuntu-in-ish
- go to the dir:
cd ubuntu-in-ish
- 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
- give execution perm:
chmod +x *
- start the installation:
./ubuntu.sh
- fix apt config:
wget https://github.com/MFDGaming/Ubuntu-In-Ish/raw/master/apt.conf && cp apt.conf rootfs/etc/apt/
- fix apt sources:
wget https://github.com/MFDGaming/Ubuntu-In-Ish/raw/master/sources.list && cp sources.list rootfs/etc/apt/
- start ubuntu:
./start.sh