From 6bc38b4468ecfda57d120c5733abd4338532e25b Mon Sep 17 00:00:00 2001 From: AngeD Date: Tue, 14 Mar 2023 22:41:15 +0100 Subject: [PATCH] fix: typo --- dwm/install.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dwm/install.sh b/dwm/install.sh index 5ae3f16..90b8eac 100755 --- a/dwm/install.sh +++ b/dwm/install.sh @@ -33,6 +33,5 @@ git clone https://git.maby.dev/ange/suckless /tmp/suckless/ cd "$_" ./update.sh -echo -e "${BOLD}${GREEN}DONE. I recommend you run \`su echo \ -${username-\$username} -c ./dotfiles\` to get a fully functioning config.\ -${NORMAL}" +echo -e "${BOLD}${GREEN}DONE. I recommend you run \`su ${username-\$username} \ +-c ./dotfiles\` to get a fully functioning config.${NORMAL}"