1

Re-add missing array definition

This commit is contained in:
Jessie Hildebrandt 2023-06-02 13:21:34 -04:00
parent 5e99f1da50
commit 3287c952f3

View File

@ -255,6 +255,8 @@ until prompt_optional_additions; do : ; done
# #
################################################################################ ################################################################################
detected_features=()
# Mobile system detection # Mobile system detection
case "${system_chassis}" in case "${system_chassis}" in
"latop"|"convertible"|"tablet") "latop"|"convertible"|"tablet")