Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jul 8, 2025. It is now read-only.

Commit 0047f39

Browse files
authored
Format shell commands
1 parent fa7e6eb commit 0047f39

1 file changed

Lines changed: 14 additions & 8 deletions

File tree

README.md

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,22 @@ Just a simple bash script wizard to install and configure a full personal comput
55
First, install Arch Linux with the official media and optionally with archfi.<br />
66
Look at archfi project to start your arch linux installation : https://github.com/MatMoul/archfi
77

8-
After reboot and your network ready, download the script :<br />
9-
curl -L archdi.sf.net/archdi > archdi<br />
10-
or if sourceforge is down :<br />
11-
curl -L matmoul.github.io/archdi > archdi<br />
8+
After reboot and your network ready, download the script:
129

13-
And run the script :<br />
14-
sh archdi
10+
curl -L archdi.sf.net/archdi > archdi
1511

16-
Or you can install it on your system with<br />
17-
sh archdi -i<br />
12+
or if sourceforge is down:
13+
14+
curl -L matmoul.github.io/archdi > archdi
15+
16+
And run the script:
17+
18+
sh archdi
19+
20+
Or you can install it on your system with:
21+
22+
sh archdi -i
23+
1824
And then you can use archdi cmd.<br />
1925
With this, you can make your updates or install your packages later.
2026

0 commit comments

Comments
 (0)