From 922621ccb833608c0c4531ea478121243774119b Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Wed, 7 May 2025 22:41:17 -0500 Subject: adding change shell script --- root_scripts/change_shell.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 root_scripts/change_shell.sh (limited to 'root_scripts/change_shell.sh') 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 +# changes shell for cjennings and installs mc + +chsh -s /usr/local/bin/bash cjennings + +pkg install -y mc -- cgit v1.2.3