if [[ -n "${FLATPAK_LIST}" ]]; then
INSTALL_LIST=$(echo ${FLATPAK_LIST} | grep -vf - ${INSTALL_LIST_FILE})
else
INSTALL_LIST=$(cat ${INSTALL_LIST_FILE})
fiINSTALL_LIST=$(< ${INSTALL_LIST_FILE})shellcheck when working on shell scripts to double-check all of your string quoting.rpm-ostree kargs can be used to add/remove kernel argumentsrpm-ostree kargs --editor.rpm-ostree, thanks
video=<output>:<resX>x<resY>@<refreshrate>,<sameoutput>:<resX>x<resY>@<refreshrate>INSTALL_LIST=$(< ${INSTALL_LIST_FILE})