aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsetup.sh3
1 files changed, 2 insertions, 1 deletions
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