bug#58417: Installer script no longer works with `yes` utility

2022-10-11 Thread Maxim Cournoyer
Hi, Jonas Freimuth writes: > Package: guix > > Version: 1.4.0 > > Severity: important > > Heyo, > > I use the github `guix-install-action` > (https://github.com/PromyLOPh/guix-install-action), which internally > runs the `guix-install.sh` script non-interactively, via the yes > utility: > > ```{

bug#58417: Installer script no longer works with `yes` utility

2022-10-10 Thread Jonas Freimuth
Package: guix Version: 1.4.0 Severity: important Heyo, I use the github `guix-install-action` (https://github.com/PromyLOPh/guix-install-action), which internally runs the `guix-install.sh` script non-interactively, via the yes utility: ```{bash} bash -c 'yes | bash guix-install.sh' ```