From bcac2727982e9a199faf853ea6954677f79c9aca Mon Sep 17 00:00:00 2001 From: RealStickman Date: Mon, 15 Mar 2021 14:34:49 +0100 Subject: [PATCH] Fix indent --- arch-setup/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch-setup/install.sh b/arch-setup/install.sh index febcdf40..ba808170 100644 --- a/arch-setup/install.sh +++ b/arch-setup/install.sh @@ -239,7 +239,7 @@ in_arco_hp=0 cmd=(dialog --separate-output --checklist "Install system specific packages?" 22 76 16) options=(1 "Arco PC" off - 2 "Arco HP" off) + 2 "Arco HP" off) choices=$("${cmd[@]}" "${options[@]}" 2>&1 >/dev/tty) clear for choice in $choices