donno2048 / CITUR-M

A new repo based on CITUR-L with modified git history

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CITUR

create iso to use the linux version of Rosehip

In linux:

run init.sh to create the iso using yes | sudo bash ./init.sh

if you get bash: sudo: command not found error you just need to run apt-get install sudo

make sure you are using internet which doesn't require any special certificate.

Open the desktop app from the interpreter of the iso:

in the iso run the word rosehip to open the desktop

In windows:

  1. download and install docker desktop

  2. to check everything is set try running docker desktop

  3. create an account at docker-hub

  4. run the following command in cmd: docker login and pass your username and password

  5. run the command docker run -ti ubuntu

  6. run the command apt-get update && DEBIAN_FRONTEND="noninteractive" apt-get install tzdata -y && apt-get install git -y && apt-get install sudo -y && git clone --depth 1 https://github.com/donno2048/CITUR-L.git && cd CITUR-L/ && yes | sudo bash ./init.sh

(to paste in the docker you need to right-click)

  1. use some linux commands to send Rosehip.iso to yourself somehow (it's under the build folder)

see DOCKER.md for details of how to build it from my docker image

you can also use the windows version of CITUR

the windows iso and the linux iso both using the same setup steps after you have the iso file

About

A new repo based on CITUR-L with modified git history

License:MIT License


Languages

Language:Shell 73.0%Language:Dockerfile 27.0%