From 1229fb2497112461978aaaaf47639f8114e7765a Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Wed, 10 Jun 2026 15:11:29 -0500 Subject: feat(install): add signal-cli to the standard install MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It's the headless JSON-RPC backend for the in-Emacs Signal client, hand-installed until now. Device linking stays manual (interactive QR scan) — the install only guarantees the binary. --- archsetup | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/archsetup b/archsetup index fad2fec..dbc0b16 100755 --- a/archsetup +++ b/archsetup @@ -2197,6 +2197,11 @@ supplemental_software() { fi pacman_install rclone # syncs files from gdrive, s3, dropbox, etc. pacman_install signal-desktop # secure messenger + # headless Signal JSON-RPC engine (in-Emacs client backend). JRE dependency + # satisfied by jdk-openjdk. Must stay in the regularly-updated AUR set — + # Signal-Server rejects clients older than ~3 months. Linking is per-machine + # and interactive (QR scan); archsetup only guarantees the binary. + aur_install signal-cli if [[ "$desktop_env" == "hyprland" ]]; then aur_install slack-desktop-wayland # team messaging (native Wayland) else -- cgit v1.2.3