aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMateja <mail@matejamaric.com>2021-03-11 22:16:44 +0100
committerMateja <mail@matejamaric.com>2021-03-11 22:16:44 +0100
commit2261020e0b9f879cb99bd01b2cf474079538ed3a (patch)
tree71a6902ed051040c4457a2f25252ea168bf87dbc
parenta4d3677a0f0789571bfc77315c17586ccc9dc601 (diff)
downloadsetup-scripts-2261020e0b9f879cb99bd01b2cf474079538ed3a.tar.gz
setup-scripts-2261020e0b9f879cb99bd01b2cf474079538ed3a.zip
Use isync from stable repository.
-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