Update Install Signal desktop authored by about:privacy's avatar about:privacy
......@@ -11,7 +11,7 @@ If you want to keep Signal Desktop persistent, we need to set up the Persisent s
5. Get root privileges with executing `sudo -i` use the password set in step 3.
6. In order to create persistent storage for [Flatpak](https://flatpak.org), a package manager we're going to use for installing Signal Desktop and keeping the software, settings, keys, messages etc. persistent, execute
~~~
sed -i '$ a /home/amnesia/.local/share/flatpak source=flatpak\ /live/persistence/TailsData_unlocked/persistence.conf\n/home/amnesia/.var/app source=var_app'
sed -i '$ a /home/amnesia/.local/share/flatpak source=flatpak\n/home/amnesia/.var/app source=var_app' /live/persistence/TailsData_unlocked/persistence.conf
~~~
7. Shutdown Tails.
......
......