diff --git a/installer.sh b/installer.sh index 506c274..d8d664e 100755 --- a/installer.sh +++ b/installer.sh @@ -122,7 +122,6 @@ function waConfigureApps() { while IFS= read -r F; do [[ -n $F ]] || continue F=$(echo "$F" | sed -e 's/^[[:space:]]*//' -e 's/[[:space:]]*$//') - echo \""$F"\" >> "test" # shellcheck disable=SC1090 . "$DIR/apps/$F/info" APPS+=("$FULL_NAME ($F)")