29 lines
1,004 B
Markdown
29 lines
1,004 B
Markdown
# obosdi
|
|
### Fork of [MatMoul's archdi](https://github.com/MatMoul/archdi)
|
|
|
|
Just a simple bash script wizard to install and configure a full personal computer with Ourobor.OS.
|
|
|
|
First, install Ourobor.OS with the official media and optionally with obosfi.<br />
|
|
Look at obosfi project to start your Ourobor.OS installation : https://git.ouroboros.group/Ouroboros/obos-fi
|
|
|
|
After reboot and your network ready, download the script:
|
|
|
|
curl -L git.ouroboros.group/Ouroboros/obosdi/raw/branch/master/obosdi > obosdi
|
|
|
|
|
|
And run the script:
|
|
|
|
sh obosdi
|
|
|
|
Or you can install it on your system with:
|
|
|
|
sh obosdi -i
|
|
|
|
And then you can use obosdi cmd.<br />
|
|
With this, you can make your updates or install your packages later.
|
|
|
|
You can watch MatMoul's videos to show how to use it :<br />
|
|
https://www.youtube.com/playlist?list=PLytHgIKLV1caHlCrcTSkm5OF2WSVI1_Sq
|
|
|
|
This package is only a launcher for obosdi-pkg.<br />
|
|
If you want ask for new features, open an issue on https://github.com/MatMoul/obosdi-pkg
|