translator
11,127
edits
(Marked this version for translation) |
m (add template UserCmd) |
||
Line 23: | Line 23: | ||
<!--T:7--> | <!--T:7--> | ||
mkdir -p ~/work/ | {{UserCmd|command=mkdir -p ~/work/}} | ||
Line 32: | Line 32: | ||
<!--T:10--> | <!--T:10--> | ||
sudo pacman -Syu | {{UserCmd|command=sudo pacman -Syu}} | ||
Line 41: | Line 41: | ||
<!--T:13--> | <!--T:13--> | ||
sudo pacman -S manjaroiso | {{UserCmd|command=sudo pacman -S manjaroiso}} | ||
Line 55: | Line 55: | ||
<!--T:17--> | <!--T:17--> | ||
git clone https://github.com/manjaro/manjaroiso.git ~/work/manjaroiso | {{UserCmd|command=git clone https://github.com/manjaro/manjaroiso.git ~/work/manjaroiso}} | ||
Line 68: | Line 68: | ||
<!--T:21--> | <!--T:21--> | ||
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 83: | Line 83: | ||
<!--T:26--> | <!--T:26--> | ||
cd ~/work/manjaroiso | {{UserCmd|command=cd ~/work/manjaroiso}} | ||
Line 90: | Line 90: | ||
<!--T:28--> | <!--T:28--> | ||
git pull origin master | {{UserCmd|command=git pull origin master}} | ||
<!--T:29--> | <!--T:29--> | ||
Line 96: | Line 96: | ||
<!--T:30--> | <!--T:30--> | ||
git pull origin development | {{UserCmd|command=git pull origin development}} | ||
Line 109: | Line 109: | ||
<!--T:34--> | <!--T:34--> | ||
Now, you can modify your ManjaroISO profile and use ''buildiso'' to build your own install-media as described [ | Now, you can modify your ManjaroISO profile and use ''buildiso'' to build your own install-media as described [[ManjaroISO#Modifying_a_ManjaroISO_Profile|here]]. | ||
</translate> | </translate> | ||