picodotdev / alis

Arch Linux Install Script (or alis, also known as the Arch Linux executable installation guide and wiki) installs an unattended, automated and customized Arch Linux system.
https://picodotdev.github.io/alis/
GNU General Public License v3.0
823 stars 319 forks source link

[BUG] setting shell to fish makes yay installation fail #110

Closed typecasto closed 3 years ago

typecasto commented 3 years ago

I suspect this is because certain commands don't use bash, they just use whatever shell is set as the default, and in the arch-chroot that isn't a posix compatible shell. This may also be the case for things further on in the script, I don't know.

image

picodotdev commented 3 years ago

Now for that rm command should be used bash instead fish. I did not tested it but should work, if you test it please confirm in a comment.