Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: use bash for install script (#44)
Use bash for the install script instead of sh. The KTF install script relies on some bash-specific shell builtins (set -o pipefail) and won't run with plain sh.
- Loading branch information