Difference between revisions of "Alternative way to install ManjaroISO/en"

Updating to match new version of source page
(Updating to match new version of source page)
 
(Updating to match new version of source page)
 
Line 16: Line 16:
The first thing you should probably do is create a directory to work in, and cd to it. This'll help keep things organized.  
The first thing you should probably do is create a directory to work in, and cd to it. This'll help keep things organized.  


   mkdir -p ~/work/
   {{UserCmd|command=mkdir -p ~/work/}}




Line 23: Line 23:
To update your system
To update your system


   sudo pacman -Syu
   {{UserCmd|command=sudo pacman -Syu}}




Line 30: Line 30:
Next, install manjaroiso without its profiles:
Next, install manjaroiso without its profiles:


   sudo pacman -S manjaroiso
   {{UserCmd|command=sudo pacman -S manjaroiso}}




Line 41: Line 41:
Clone ManjaroISO directly from Github to your work directory:
Clone ManjaroISO directly from Github to your work directory:


  git clone https://github.com/manjaro/manjaroiso.git ~/work/manjaroiso
  {{UserCmd|command=git clone https://github.com/manjaro/manjaroiso.git ~/work/manjaroiso}}




Line 50: Line 50:
Clone ManjaroISO from the "development" branch on Github:
Clone ManjaroISO from the "development" branch on Github:


  git clone -b development https://github.com/manjaro/manjaroiso.git ~/work/manjaroiso
  {{UserCmd|command=git clone -b development https://github.com/manjaro/manjaroiso.git ~/work/manjaroiso}}




Line 61: Line 61:
First, you have to make sure you are in the directory you cloned the code from Github:
First, you have to make sure you are in the directory you cloned the code from Github:


  cd ~/work/manjaroiso
  {{UserCmd|command=cd ~/work/manjaroiso}}




Use this "update" command, if you cloned from the master branch:
Use this "update" command, if you cloned from the master branch:


  git pull origin master
  {{UserCmd|command=git pull origin master}}


Use this "update" command, if you cloned from the development branch:
Use this "update" command, if you cloned from the development branch:


  git pull origin development
  {{UserCmd|command=git pull origin development}}




Line 80: Line 80:
In comparison to the other way to install [[ManjaroISO]], there are a couple more files and directories in your <code>~/work/manjaroiso/</code> folder. But other than that, everything works the same.
In comparison to the other way to install [[ManjaroISO]], there are a couple more files and directories in your <code>~/work/manjaroiso/</code> folder. But other than that, everything works the same.


Now, you can modify your ManjaroISO profile and use ''buildiso'' to build your own install-media as described [https://wiki.manjaro.org/index.php?title=ManjaroISO#Modifying_a_ManjaroISO_Profile here].
Now, you can modify your ManjaroISO profile and use ''buildiso'' to build your own install-media as described [[ManjaroISO#Modifying_a_ManjaroISO_Profile|here]].




[[Category:Contents Page{{#translation:}}]]
[[Category:Contents Page{{#translation:}}]]
[[Category:ISO{{#translation:}}]]
[[Category:ISO{{#translation:}}]]
8,146

edits