Update Install Signal desktop authored by about:privacy's avatar about:privacy
...@@ -10,7 +10,7 @@ If you want to keep Signal Desktop persistent, we need to set up the Persisent s ...@@ -10,7 +10,7 @@ If you want to keep Signal Desktop persistent, we need to set up the Persisent s
4. Choose _Applications ▸ System Tools ▸ Root Terminal _ and use the password set in step 3. 4. Choose _Applications ▸ System Tools ▸ Root Terminal _ and 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 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\n/home/amnesia/.var/app source=var_app' /live/persistence/TailsData_unlocked/persistence.conf sed -i '$ a /home/amnesia/.local/share/flatpak source=flatpak\n/home/amnesia/.var/app source=var_app\n/home/amnesia/.local/share/applications source=applications' /live/persistence/TailsData_unlocked/persistence.conf
~~~ ~~~
7. Shutdown Tails. 7. Shutdown Tails.
... ...
......