aboutsummaryrefslogtreecommitdiff
path: root/setup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'setup.sh')
-rwxr-xr-xsetup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.sh b/setup.sh
index 07b4dd6..9e08a4e 100755
--- a/setup.sh
+++ b/setup.sh
@@ -233,7 +233,7 @@ fi
if [[ $aerc_install ]]
then
echo "Installing Aerc.."
- sudo apt install -t buster-backports -y golang scdoc
+ sudo apt install -t buster-backports -y golang scdoc isync
git clone https://git.sr.ht/~sircmpwn/aerc
cd aerc && git checkout tags/0.5.2
make