diff --git a/configure-system b/configure-system index 6189ee0..fdb4340 100755 --- a/configure-system +++ b/configure-system @@ -17,7 +17,7 @@ read -r -p "This process is not complete... [enter] " input # set shell to fish if command -v fish &> /dev/null; then - read -r -p "You have the fish shell installed, would you like to set this as your default shell? [y/N]" + read -r -p "You have the fish shell installed, would you like to set this as your default shell? [y/N] " case $input in [yY][eE][sS] | [yY]) echo "Okay, setting shell to fish." @@ -35,7 +35,7 @@ fi # make a very rudimentary attempt to configure lightdm if command -v fish &> /dev/null; then echo "You have lightdm installed, I'm assuming you also have my chosen theme lightdm-webkit-theme-litarvan installed as well." - read -r -p "Given the above would you like me to attempt (Very rudimentarily) to configure lightdm [y/N]" input + read -r -p "Given the above would you like me to attempt (Very rudimentarily) to configure lightdm [y/N] " input case $input in [yY][eE][sS] | [yY]) echo "Okay, attempting to configure."