Fix indent

This commit is contained in:
RealStickman 2021-03-15 14:34:49 +01:00
parent 1a1105da4d
commit bcac272798

View File

@ -239,7 +239,7 @@ in_arco_hp=0
cmd=(dialog --separate-output --checklist "Install system specific packages?" 22 76 16) cmd=(dialog --separate-output --checklist "Install system specific packages?" 22 76 16)
options=(1 "Arco PC" off options=(1 "Arco PC" off
2 "Arco HP" off) 2 "Arco HP" off)
choices=$("${cmd[@]}" "${options[@]}" 2>&1 >/dev/tty) choices=$("${cmd[@]}" "${options[@]}" 2>&1 >/dev/tty)
clear clear
for choice in $choices for choice in $choices