Fixed git self-updated & Created support for pseudo-booting the installed OS
Created by: Torxed
- Uses
systemd-nspawnto pseudo-boot the installed OS for more elaborate installation steps - Added triggers that can be used to react to certain things in the booted subsystem
- Almost all previous
run()commands now usesys_command()in case future changes requires integration -
sys_commandcan also interact with protected tty integrations, such assshpassword requests. - Added a lot more debug information and some smaller error handlers
- Fixed the git self-updated to actually work.. Haven't done in a while.