upt icon indicating copy to clipboard operation
upt copied to clipboard

incorrect handling of `-y` option in flatpak

Open pintaf opened this issue 2 months ago • 0 comments

I tried these two commands:

sudo UPT_TOOL=flatpak upt install -y org.onlyoffice.desktopeditors
sudo UPT_TOOL=flatpak upt install org.onlyoffice.desktopeditors -y

None of them worked.

I finally ended up using sudo flatpak install -y org.onlyoffice.desktopeditors if a choice has to be made, I would prefer with the -y at the end

pintaf avatar Nov 15 '25 00:11 pintaf