how-lix-os-pkgs/bash/default/inst.sh

7 lines
63 B
Bash
Executable File

#!/bin/sh
set -e
make -j$(nproc) install
ln -sf bash /bin/sh