Initial commit

This commit is contained in:
2025-09-28 19:10:26 +03:00
commit b685f94fc4
6 changed files with 74 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
#!/bin/bash
SHELL="nu"
if ! grep "${SHELL}" "$BPM_ROOT"/etc/shells; then
echo "/bin/${SHELL}" | tee -a "$BPM_ROOT"/etc/shells
echo "/usr/bin/${SHELL}" | tee -a "$BPM_ROOT"/etc/shells
fi