File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -107,9 +107,9 @@ Install [remmina-git](https://aur.archlinux.org/packages/remmina-git) from [AUR]
107107### For users with a distro that supports [ Flatpak] ( https://flathub.org/ ) , including Ubuntu ###
108108
109109``` sh
110- flatpak remote-add --if-not-exists flathub https://dl. flathub.org/repo/flathub.flatpakrepo
111- flatpak --system install org.remmina.Remmina
112- flatpak run org.remmina.Remmina
110+ flatpak remote-add --user -- if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
111+ flatpak install --user flathub org.remmina.Remmina
112+ flatpak run --user org.remmina.Remmina
113113```
114114
115115Just be aware that flatpak store data for installed applications (the XDG config/data folders) under ``` $HOME/.var ```
You can’t perform that action at this time.
0 commit comments