Pi-Apps installs the unofficial Signal app. Or just download it and use apt to install it.
https://github.com/dennisameling/Signal-Desktop
signal-desktop-unofficial:
Installed: 7.26.0-178
Candidate: 7.26.0-178
Version table:
*** 7.26.0-178 100
100 /var/lib/dpkg/status
This is what the Pi-Apps script does:It download, installs and changes the name so it shows up as Signal on the menu.
https://github.com/dennisameling/Signal-Desktop
$ policy signal-desktop-unofficialSignal Unofficial (arm64)
This repository is a fork of the official Signal destop with added support for arm64 on Windows and Linux. You can download our releases for your device.
On Linux ARM64, use the Pi-Apps store to keep it up to date.
Pi-Apps will monitor this repo for new releases and will request to install new versions from here as they become available.
signal-desktop-unofficial:
Installed: 7.26.0-178
Candidate: 7.26.0-178
Version table:
*** 7.26.0-178 100
100 /var/lib/dpkg/status
This is what the Pi-Apps script does:
Code:
#!/bin/bashversion=7.26.0install_packages "https://github.com/dennisameling/Signal-Desktop/releases/download/v${version}/signal-desktop-unofficial_${version}_arm64.deb" || exit 1#patch menu launcher to not say 'Signal Unofficial'sudo sed -i 's/^Name=Signal Unofficial$/Name=Signal/g' /usr/share/applications/signal-desktop-unofficial.desktop
Statistics: Posted by craigevil — Thu Sep 26, 2024 9:05 pm