We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5c5d7c commit 4c26ae2Copy full SHA for 4c26ae2
oscfg/debian.sh
@@ -75,6 +75,9 @@ debian_cfg() {
75
case "$1" in
76
debian-*-desktop)
77
DEBIAN_FRONTEND=noninteractive run apt-get install -y gnome-software guake dconf-cli
78
+ DEBIAN_FRONTEND=noninteractive run apt-get install -y flatpak gnome-software-plugin-flatpak
79
+ run flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
80
+ run appstream refresh --force
81
run systemctl mask sleep.target suspend.target hibernate.target hybrid-sleep.target
82
;;
83
esac
0 commit comments