#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