maxfetch
maxfetch copied to clipboard
Change from sh to bash on installation
Some systems like OpenBSD don't have a bash interpreter, and NixOS doesn't have /bin/bash (only /bin/sh) so I think it's best to keep using sh. On most systems sh is a symlink to bash anyway
Yeah, I noticed, but pushd/popd doesn't work on sh, or atleast not on some distros meaning calling bash is better for installation than calling sh
sh should be fine
sh should be fine
Depends on distro ig
!!