From 3bd91f58e59f1c084b50a0e27a0bc6b00edb8454 Mon Sep 17 00:00:00 2001 From: Sam Al-Sapti Date: Sat, 12 Nov 2022 17:05:26 +0100 Subject: [PATCH] Fix install script --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 2f6690c..62bccfa 100755 --- a/install.sh +++ b/install.sh @@ -1,10 +1,10 @@ #!/usr/bin/env sh cd -P -- "$(readlink -e "$(dirname "$0")")" || exit 255 - echo "=> Checking dependencies..." command -v stow >/dev/null 2>&1 || { echo "Please install GNU Stow!"; exit 1; } +LC_ALL="C" sleep 0.5 echo "=> Determining OS..."