summaryrefslogtreecommitdiff
path: root/root_scripts/change_shell.sh
diff options
context:
space:
mode:
Diffstat (limited to 'root_scripts/change_shell.sh')
-rwxr-xr-xroot_scripts/change_shell.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/root_scripts/change_shell.sh b/root_scripts/change_shell.sh
new file mode 100755
index 0000000..2f7e55d
--- /dev/null
+++ b/root_scripts/change_shell.sh
@@ -0,0 +1,7 @@
+#!/bin/sh
+# Craig Jennings <c@cjennings.net>
+# changes shell for cjennings and installs mc
+
+chsh -s /usr/local/bin/bash cjennings
+
+pkg install -y mc