Files
fish/post_install.sh
T
2024-07-08 12:03:04 +00:00

8 lines
135 B
Bash

#!/bin/bash
SHELL="/bin/fish"
if ! grep "${SHELL}" "$BPM_ROOT"/etc/shells; then
echo "${SHELL}" | tee -a "$BPM_ROOT"/etc/shells
fi