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 653b037 commit f54b23fCopy full SHA for f54b23f
oscfg/debian.sh
@@ -77,7 +77,7 @@ debian_cfg() {
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 appstreamcli refresh --force
+ run killall gnome-software && run apt update && run appstreamcli refresh --force
81
run systemctl mask sleep.target suspend.target hibernate.target hybrid-sleep.target
82
;;
83
esac
0 commit comments