Update shell to bash during configs installation

This commit is contained in:
Andrew Miner
2021-12-28 17:56:08 -07:00
parent a6d6e27bbe
commit aa75ac9815
+1
View File
@@ -121,6 +121,7 @@ function __install_coffeescript() {
}
function __install_configs() {
sudo chpass -s /bin/bash $USER
pushd $HOME >/dev/null
echo "Installing standard config files..."