commit cc6966b6d94b229e82765b21ff96a8594bbd37e1 parent 3557875d125cb30fb66e421d949b6acf86364d5d Author: Luke Smith <luke@lukesmith.xyz> Date: Wed, 4 Nov 2020 14:31:00 -0500 dumb Diffstat:
M | larbs.sh | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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