Andy-Python-Programmer / aero

Aero is a new modern, experimental, UNIX-like operating system following the monolithic kernel design. Supporting modern PC features such as long mode, 5-level paging, and SMP (multicore), to name a few.
https://aero.andypy.dev
GNU General Public License v3.0
1.17k stars 50 forks source link

Implement and document dependency auto-install script #90

Closed ghost closed 1 year ago

ghost commented 1 year ago

The script automatically detects package manager, reads aero's sysroot dependency list from a file for said package manager, and installs said dependencies from the list.

ghost commented 1 year ago

Requested minor fix was made!

ghost commented 1 year ago

Fixed No such file or directory error caused by broken relative paths

ghost commented 1 year ago

Converted to draft because of known-issues I will work on as soon as I have time:

ghost commented 1 year ago

This should be ready for review now. So much for not enough time :P

ghost commented 1 year ago

Requested changes made, should be good to go

Andy-Python-Programmer commented 1 year ago

Thanks @amada95!