obos-fi/README.md

39 lines
1.8 KiB
Markdown
Raw Permalink Normal View History

2023-08-10 10:13:32 -06:00
# obos-fi
### Fork of [MatMoul's Archfi](https://github.com/MatMoul)
Just a simple bash script wizard to install Ourobor.OS after you have booted on the official Ourobor.OS install media.
2015-07-20 15:37:37 -06:00
2023-08-10 10:13:32 -06:00
With this script, you can install Ourobor.OS with two simple terminal commands.
2015-07-20 15:37:37 -06:00
2023-08-10 10:13:32 -06:00
This wizard is made to install minimum packages (Base, bootloader and optionally obosdi).
2019-05-19 02:40:30 -06:00
2023-08-10 10:13:32 -06:00
At the end of this wizard, you can install or launch [obosdi](https://git.ouroboros.group/Ouroboros/obosdi) (Ourobor.OS Desktop Install) to install and configure desktop packages.
2015-07-20 15:37:37 -06:00
2023-08-10 10:13:32 -06:00
You can watch MatMoul's videos to see how to use it [here](https://www.youtube.com/playlist?list=PLytHgIKLV1caHlCrcTSkm5OF2WSVI1_Sq).
2015-07-20 15:37:37 -06:00
2019-05-19 02:40:30 -06:00
## How to use
2023-08-10 10:13:32 -06:00
First, boot with the last Ourobor.OS image:
[Releases](https://git.ouroboros.group/Ouroboros/Ourobor.OS/releases/) | [Downloads](https://files.nullafati.xyz/OS-Images/OuroborOS/) with a [bootable device](https://wiki.archlinux.org/index.php/USB_flash_installation_media).
2019-05-19 02:40:30 -06:00
2023-08-10 10:40:32 -06:00
Then make sure you have Internet connection on the Ourobor.OS ISO. If you have a wireless connection the [`iwctl`](https://wiki.archlinux.org/index.php/Iwd#iwctl) command might be useful to you. You can also read the [Network configuration](https://wiki.archlinux.org/index.php/Network_configuration) from the Arch Linux guide for more detailed instructions.
2019-05-19 02:40:30 -06:00
2019-05-27 03:19:36 -06:00
Then download the script with from the command line:
2019-05-19 02:40:30 -06:00
2023-08-10 10:41:59 -06:00
curl -LO git.ouroboros.group/Ouroboros/obos-fi/raw/branch/master/obosfi
2019-05-19 02:40:30 -06:00
2019-05-27 03:19:36 -06:00
Finally, launch the script:
2015-07-20 15:37:37 -06:00
2023-08-10 10:13:32 -06:00
sh obosfi
2015-08-30 12:46:41 -06:00
2019-05-19 02:40:30 -06:00
Then follow the on-screen instructions to completion.
If you require extra help, visit the provided video playlist and follow my example.
2020-01-10 19:37:30 -07:00
2020-04-07 20:31:15 -06:00
## More custom install
2023-08-10 12:49:50 -06:00
sh obosfi -cpl git.ouroboros.group/Ouroboros/obos-fi/raw/branch/master/ouroboros-pkglist
2020-04-07 20:31:15 -06:00
You can find a sample custom package list file in the samples folder.
2020-01-10 19:44:30 -07:00