typo authored by gagz's avatar gagz
...@@ -61,7 +61,7 @@ If you want to keep Signal Desktop persistent, we need to set up the persistent ...@@ -61,7 +61,7 @@ If you want to keep Signal Desktop persistent, we need to set up the persistent
~~~ ~~~
echo -e '[Desktop Entry]\nType=Application\nName=Flatpak-Update\nExec=bash -c "/usr/bin/torsocks /usr/bin/flatpak update -y"\nTerminal=true\nCategories=Network\nMimeType=x-scheme-handler/element;\nStartupWMClass=flatpak\nKeywords=flatpak;update;' | tee ~/.local/share/applications/Flatpak-Update.desktop echo -e '[Desktop Entry]\nType=Application\nName=Flatpak-Update\nExec=bash -c "/usr/bin/torsocks /usr/bin/flatpak update -y"\nTerminal=true\nCategories=Network\nMimeType=x-scheme-handler/element;\nStartupWMClass=flatpak\nKeywords=flatpak;update;' | tee ~/.local/share/applications/Flatpak-Update.desktop
~~~ ~~~
A new application called **"Flatpak-Update"** is now visible in the [Activities Overview](https://tails.net/doc/first_steps/desktop/index.en.html#activities). You should run it regarly to update your Flatpak applications. A new application called **"Flatpak-Update"** is now visible in the [Activities Overview](https://tails.net/doc/first_steps/desktop/index.en.html#activities). You should run it regularly to update your Flatpak applications.
5. Close the terminal 5. Close the terminal
... ...
......