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..."