]> piware.de Git - bin.git/commitdiff
system-maintenance: flatpak update through su does not work any more
authorMartin Pitt <martin@piware.de>
Sat, 1 Feb 2025 05:49:09 +0000 (06:49 +0100)
committerMartin Pitt <martin@piware.de>
Sat, 1 Feb 2025 05:49:09 +0000 (06:49 +0100)
system-maintenance

index 8db4659d343a2d3a3b06fa12f232485d27febd43..4b3557c9d923d620ef828ed3050831898342daf8 100755 (executable)
@@ -11,6 +11,6 @@ rpm-ostree upgrade
 # fix fonts between Fedora releases
 rm -rf ~martin/.cache/fontconfig
 
-su -c 'flatpak -y update' martin
-
 fstrim -av
+
+echo 'Run this now: flatpak -y update'