Enhanced the ubuntu plugin to detect and use apt-fast when available,
falling back to apt or apt-get as before. This provides faster package
operations when apt-fast is installed while maintaining compatibility
with existing setups.
Signed-off-by: Amr Elsayyad <20210190+AmrElsayyad@users.noreply.github.com>
BREAKING CHANGE: `acs` alias, present in both `ubuntu` and `debian` plugins conflicts with `acs` function in aliases plugin. Change it to prevent ghosting of one of them.