2015-07-20 23:57:20 +02:00
|
|
|
# archdi
|
|
|
|
|
2015-08-30 20:54:57 +02:00
|
|
|
Just a simple bash script wizard to install and configure a full personal computer with Arch Linux.
|
2015-07-20 23:57:20 +02:00
|
|
|
|
2015-08-30 20:58:01 +02:00
|
|
|
First, install Arch Linux with the official media and optionally with archfi.<br />
|
2015-07-21 21:13:48 +02:00
|
|
|
Look at archfi project to start your arch linux installation : https://github.com/MatMoul/archfi
|
2015-07-20 23:57:20 +02:00
|
|
|
|
2022-01-17 21:15:49 +05:30
|
|
|
After reboot and your network ready, download the script:
|
2015-08-30 20:54:57 +02:00
|
|
|
|
2022-01-17 21:15:49 +05:30
|
|
|
curl -L archdi.sf.net/archdi > archdi
|
2015-07-20 23:57:20 +02:00
|
|
|
|
2022-01-17 21:15:49 +05:30
|
|
|
or if sourceforge is down:
|
|
|
|
|
|
|
|
curl -L matmoul.github.io/archdi > archdi
|
|
|
|
|
|
|
|
And run the script:
|
|
|
|
|
|
|
|
sh archdi
|
|
|
|
|
|
|
|
Or you can install it on your system with:
|
|
|
|
|
|
|
|
sh archdi -i
|
|
|
|
|
2015-07-21 21:13:48 +02:00
|
|
|
And then you can use archdi cmd.<br />
|
2015-08-30 20:54:57 +02:00
|
|
|
With this, you can make your updates or install your packages later.
|
2015-07-20 23:57:20 +02:00
|
|
|
|
2015-07-21 00:40:41 +02:00
|
|
|
You can watch my videos to show how to use it :<br />
|
2016-02-24 22:41:55 +01:00
|
|
|
https://www.youtube.com/playlist?list=PLytHgIKLV1caHlCrcTSkm5OF2WSVI1_Sq
|
2015-08-30 20:54:57 +02:00
|
|
|
|
|
|
|
This package is only a launcher for archdi-pkg.<br />
|
2015-08-30 21:26:55 +02:00
|
|
|
If you want ask for new features, open an issue on https://github.com/MatMoul/archdi-pkg
|