1 2 3 4 5 6
#!/bin/sh if ! [ -x "$(command -v mksh)" ]; then sudo xbps-install -y mksh echo "Installed, run chsh -s /bin/mksh" fi