install: add isync (Linux)

This commit is contained in:
2023-10-24 18:09:43 +01:00
parent 4f46ce5556
commit 676c8e38b5

View File

@@ -113,7 +113,7 @@ asdf reshim
go install github.com/go-delve/delve/cmd/dlv@latest
if [ $IS_LINUX == 1 ] ; then
sudo apt install fonts-firacode
sudo apt install fonts-firacode isync
sudo apt build-dep mu4e
fi