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