flatface.go: sync only repodata

This commit is contained in:
mollusk 2018-01-02 03:32:32 -07:00
parent 1e2e94ba4d
commit 2ddd7209b5

View File

@ -74,7 +74,7 @@ func optionsMenu() {
}
*/
func updatePak() {
cmd := exec.Command("flatpak", "update")
cmd := exec.Command("flatpak", "update", "--appstream")
out, err := cmd.CombinedOutput()
if err != nil {
log.Fatalf("cmd.Run() failed with %s\n", err)