diff options
-rw-r--r-- | lib/cmd/install.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/cmd/install.sh b/lib/cmd/install.sh index e690962..1322209 100644 --- a/lib/cmd/install.sh +++ b/lib/cmd/install.sh @@ -49,6 +49,7 @@ cmd_install_main() profile='proteanos' fi profile_set "${profile}" + suite="$(profile_normalize_suite "${suite}")" if [ "x${cmd_install_opt_a+set}" = 'xset' ]; then arch="${cmd_install_opt_a}" |