Skip to content

Commit f54b23f

Browse files
authored
make sure gnome-software reads all repos
1 parent 653b037 commit f54b23f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oscfg/debian.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ debian_cfg() {
7777
DEBIAN_FRONTEND=noninteractive run apt-get install -y gnome-software guake dconf-cli
7878
DEBIAN_FRONTEND=noninteractive run apt-get install -y flatpak gnome-software-plugin-flatpak
7979
run flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
80-
run appstreamcli refresh --force
80+
run killall gnome-software && run apt update && run appstreamcli refresh --force
8181
run systemctl mask sleep.target suspend.target hibernate.target hybrid-sleep.target
8282
;;
8383
esac

0 commit comments

Comments
 (0)