aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMateja <mail@matejamaric.com>2021-02-25 18:05:22 +0100
committerMateja <mail@matejamaric.com>2021-02-25 18:05:22 +0100
commitfc4e38107404434afea09d1009cd69b949a4ce06 (patch)
treef65649ecf173ccfd5aaf85067b14ed302e291ada
parente06d03a091e126899766106650adfa47b5194e2a (diff)
downloadsetup-scripts-fc4e38107404434afea09d1009cd69b949a4ce06.tar.gz
setup-scripts-fc4e38107404434afea09d1009cd69b949a4ce06.zip
Add isync.
-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