diff options
-rwxr-xr-x | setup.sh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |