From eb47c52b2460b1dc695ef4f855ab5483e9a12028 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Fri, 22 Jul 2022 00:38:45 +0200 Subject: Remove luarocks from sync --- sync.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'sync.sh') diff --git a/sync.sh b/sync.sh index c71f712..c2573f5 100755 --- a/sync.sh +++ b/sync.sh @@ -6,9 +6,7 @@ rm -rf "$CONFIG/lua" # Check dependencies which nvim >/dev/null 2>&1 || (echo "Neovim not installed!" && exit 1) -which luarocks >/dev/null 2>&1 || - (echo "Luarocks not installed!" && exit 1) -luarocks list | grep "fennel" >/dev/null 2>&1 || +which fennel >/dev/null 2>&1 || (echo "fennel is not installed" && exit 1) # Bootstrap installment -- cgit v1.2.3-70-g09d2