Skip to content

Commit 4c26ae2

Browse files
authored
add flatpak repo
1 parent f5c5d7c commit 4c26ae2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

oscfg/debian.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ debian_cfg() {
7575
case "$1" in
7676
debian-*-desktop)
7777
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
7881
run systemctl mask sleep.target suspend.target hibernate.target hybrid-sleep.target
7982
;;
8083
esac

0 commit comments

Comments
 (0)