Skip to content

Wes974/Ubuntu-In-Ish

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%