Closed silvioprog closed 3 years ago
I have doubts with this, could be useful but I dont see a good example. In my point of view the suggested POST_INSTALL_COMMANDS should not be used to undo things that the script does, in first place the script should not do that things, on other side installing custom packages is something that currently is allowed. These command examples not gives me a reason to implement it. Also I would prefer that any complex customizations maybe is better to do after installation or implemented by the script natively if are useful for anyone. But this is my opinion.
Another possible option to use with POST_INSTALL_COMMANDS
would be execute some commands to configure the system.
A simple solution is: fork the repo, add a file.sh and execute it post-install.
A simple solution is: fork the repo, add a file.sh and execute it post-install.
Yes, I think better to do this once alis reboots the system with a custom sh as suggested or any other provision tool and not within an arch-chroot.
Hi.
It would be nice some option like
POST_INSTALL_COMMANDS
. It would be useful to solve issues like https://github.com/picodotdev/alis/issues/100, for example:cheers