From 6f27d492eca09d6b4077fba3ae3e1d69da2f8490 Mon Sep 17 00:00:00 2001 From: PorridgePi Date: Wed, 28 Sep 2022 19:50:31 +0800 Subject: [PATCH] bootstrap: lsd: fix: Add missing fi --- .config/yadm/bootstrap.d/lsd.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/yadm/bootstrap.d/lsd.sh b/.config/yadm/bootstrap.d/lsd.sh index 496e96d..b6cd873 100755 --- a/.config/yadm/bootstrap.d/lsd.sh +++ b/.config/yadm/bootstrap.d/lsd.sh @@ -10,6 +10,7 @@ if [[ "$OSNAME" == "Linux" ]]; then echo 'ERROR: Unknown distro' echo 'Exiting...' exit 1 + fi elif [[ "$OSNAME" == "macOS" ]]; then # macOS brew install lsd