Skip to content

Instantly share code, notes, and snippets.

@pamolloy
Last active December 27, 2019 14:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pamolloy/5819799a37ba79602747f85e40cf6829 to your computer and use it in GitHub Desktop.
Save pamolloy/5819799a37ba79602747f85e40cf6829 to your computer and use it in GitHub Desktop.
Install the aerc e-mail client on Fedora and connect to ProtonMail
#!/usr/bin/env bash
sudo dnf install -y glibc-static
git clone https://git.sr.ht/~sircmpwn/scdoc
cd scdoc
make PREFIX=~/.local/ install
cd ..
sudo dnf install -y golang notmuch-devel
go get golang.org/dl/go1.12.8
go1.12.8 download
git clone https://git.sr.ht/~sircmpwn/aerc
cd aerc
sed -i 's#^GO?=go$#GO?=go1.12.8#' Makefile
GOFLAGS=-tags=notmuch make PREFIX=~/.local/ install
protonmail-bridge -l debug-server &
aerc > aerc.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment