diff --git a/larbs.sh b/larbs.sh index 5b4b718..b6909e2 100644 --- a/larbs.sh +++ b/larbs.sh @@ -170,7 +170,7 @@ preinstallmsg || error "User exited." refreshkeys || error "Error automatically refreshing Arch keyring. Consider doing so manually." for x in curl base-devel git ntp zsh; do - dialog --title "LARBS Installation" --infobox "Installing \`x\` which is required to install and configure other programs." 5 70 + dialog --title "LARBS Installation" --infobox "Installing \`$x\` which is required to install and configure other programs." 5 70 installpkg "$x" done