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