Add flatpak update step to install script

This commit is contained in:
Tobias Strobel 2023-07-26 00:17:02 +02:00
parent 42822c5d98
commit be47277326

View file

@ -492,6 +492,10 @@ if [[ -n "${SUDO_USER:-}" ]]; then
fi fi
fi fi
# Upgrade flatpak packages
echo Updating flatpak packages...
flatpak update --noninteractive --assumeyes
# Set plymouth theme # Set plymouth theme
if command -v plymouth-set-default-theme > /dev/null; then if command -v plymouth-set-default-theme > /dev/null; then
plymouth-set-default-theme bgrt plymouth-set-default-theme bgrt