Fix install script

This commit is contained in:
Sam A. 2022-11-12 17:05:26 +01:00
parent d119346227
commit 3bd91f58e5
Signed by: samsapti
GPG Key ID: CBBBE7371E81C4EA
1 changed files with 1 additions and 1 deletions

View File

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