Hello! We are running our annual fundraising. Please consider making a donation if you value this freely available service or want to support people around the world working towards liberatory social change - https://riseup.net/donate
8. Create a script for adding the signing key to apt:
8. Create a script for adding the signing key to apt, this needs to be done due to [Tails not allowing to add Keys of 3rd party repos](https://gitlab.tails.boum.org/tails/tails/-/issues/17510):
~~~
echo -e '#/bin/sh\ncp /home/amnesia/Persistent/morph027-signal-cli.asc /etc/apt/trusted.gpg.d/' | tee -a /home/amnesia/Persistent/apt-keys.sh && chown amnesia:amnesia /home/amnesia/Persistent/apt-keys.sh && chmod +x /home/amnesia/Persistent/apt-keys.sh