From 7abfef3477831977e824c66dcaaf62c66797a879 Mon Sep 17 00:00:00 2001 From: Oskar Manhart <52569953+oskardotglobal@users.noreply.github.com> Date: Thu, 30 May 2024 12:09:16 +0000 Subject: [PATCH] fix: don't remove fixme --- installer.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/installer.sh b/installer.sh index d76b39e..cdaa74c 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' + # FIXME # shellcheck disable=SC2207 APPS=($(sort <<<"${APPS[*]}")) unset IFS