From a80e951e40e7e702b76174e97067cfab0d496d96 Mon Sep 17 00:00:00 2001 From: Oskar Manhart <52569953+oskardotglobal@users.noreply.github.com> Date: Thu, 30 May 2024 10:24:26 +0000 Subject: [PATCH] fix: this is just a warning, we can ignore it for now --- installer.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/installer.sh b/installer.sh index 89d6ab4..c73ab24 100755 --- a/installer.sh +++ b/installer.sh @@ -123,6 +123,7 @@ function waConfigureApps() { INSTALLED_EXES+=("$(echo "${WIN_EXECUTABLE##*\\}" | tr '[:upper:]' '[:lower:]')") done < <(sed 's/\r/\n/g' < "$HOME/.local/share/winapps/installed") IFS=$'\n' + # shellcheck disable=SC2207 APPS=($(sort <<<"${APPS[*]}")) unset IFS OPTIONS=("Set up all detected pre-configured applications" "Select which pre-configured applications to set up" "Do not set up any pre-configured applications")