From 2261020e0b9f879cb99bd01b2cf474079538ed3a Mon Sep 17 00:00:00 2001 From: Mateja Date: Thu, 11 Mar 2021 22:16:44 +0100 Subject: Use isync from stable repository. --- setup.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 1a76af3..bdf066e 100755 --- a/setup.sh +++ b/setup.sh @@ -239,7 +239,8 @@ fi if [[ $aerc_install ]] then echo "Installing Aerc.." - sudo apt install -t buster-backports -y golang scdoc isync + sudo apt install -t buster-backports -y golang scdoc + sudo apt install -y isync git clone https://git.sr.ht/~sircmpwn/aerc cd aerc && git checkout tags/0.5.2 make -- cgit v1.2.3