Update flatpak, AppManager packages in update function.
This commit is contained in:
parent
5adf8d560f
commit
81eace7a7c
2 changed files with 3 additions and 1 deletions
|
@ -51,7 +51,7 @@ layout {
|
||||||
}
|
}
|
||||||
|
|
||||||
environment {
|
environment {
|
||||||
QT_QPA_PLATFORM "wayland"
|
QT_QPA_PLATFORM "wayland;xcb"
|
||||||
QT_QPA_PLATFORM_THEME "qt5ct:qt6ct"
|
QT_QPA_PLATFORM_THEME "qt5ct:qt6ct"
|
||||||
DISPLAY ":0"
|
DISPLAY ":0"
|
||||||
GTK_CSD "0"
|
GTK_CSD "0"
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
function xu --description 'Update the system'
|
function xu --description 'Update the system'
|
||||||
sudo xbps-install -Syu
|
sudo xbps-install -Syu
|
||||||
|
flatpak update
|
||||||
|
am update
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue