improved script

This commit is contained in:
λmolinae 2025-05-19 18:14:23 -06:00
parent e4cdb2fced
commit c67cb23497
3 changed files with 18 additions and 6 deletions

View file

@ -22,9 +22,11 @@ You need to have an Alpine Linux installation with at least one user. To run thi
wget https://git.amolinae.com/amolinae06/installer/raw/branch/main/installer.sh && doas sh installer.sh
```
It will prompt for a username, you'll need to input the user you want the dotfiles, chroot, and shell setup installed to. (e.g. amolinae, leon, etc.)
It will prompt for a username, you'll need to input the user you want the dotfiles, chroot, and shell setup installed to (e.g. amolinae, leon, etc.).
The whole installation shouldn't take more than `6 minutes`. After it finishes it is time to make a few extra setup steps such as installing nvidia drivers or amd drivers.
Aditionally, the software that requires to be compiled will be done after the post-install script gets called, this is because most of these require to be logged in as the user.
The whole installation shouldn't take more than `6 minutes`, in my case both installation attempts took around 4 to 5 minutes. After it finishes it is time to make a few extra setup steps such as installing nvidia drivers or amd drivers which should be mandatory if you have the hardware.
## TODO
- [X] Read `software.csv`
@ -35,4 +37,6 @@ The whole installation shouldn't take more than `6 minutes`. After it finishes i
- [X] Compile git software on chroot.
- [ ] Cleanup files.
- [ ] Auto reboot.
- [ ] Make the scripts look prettier.
- [ ] Error handling.
- [ ] Make the scripts look prettier.
- [ ] Add to my domain (amolinae.com) for easier retrieval.