Add flatpak update step to install script
This commit is contained in:
parent
42822c5d98
commit
be47277326
1 changed files with 4 additions and 0 deletions
|
@ -492,6 +492,10 @@ if [[ -n "${SUDO_USER:-}" ]]; then
|
|||
fi
|
||||
fi
|
||||
|
||||
# Upgrade flatpak packages
|
||||
echo Updating flatpak packages...
|
||||
flatpak update --noninteractive --assumeyes
|
||||
|
||||
# Set plymouth theme
|
||||
if command -v plymouth-set-default-theme > /dev/null; then
|
||||
plymouth-set-default-theme bgrt
|
||||
|
|
Loading…
Reference in a new issue