ON1 // share operator-curated downloads

Scripts and small artifacts placed here are reachable from on1.uno, the LAN at 192.168.1.x, the libvirt net at 192.168.122.x, and ProtonDrive (manual copy or rclone). One-liners below are intentionally simple — copy, paste, run.

proton-bridge-install.sh ~2.8 kB · bash · needs sudo

Installs Proton Mail Bridge on Debian 13. Pulls deps (ca-certificates, pass, libsecret-1-0), downloads the official .deb from proton.me/download/mail/linux/, installs it, and prints the post-install steps (launch GUI, sign in with 2FA, copy IMAP creds into scripts/secret).

curl-and-sudo one-liner
curl -fsSL https://on1.uno/share/proton-bridge-install.sh | sudo bash