Fix install script again
This commit is contained in:
parent
3bd91f58e5
commit
5c536931b2
|
@ -4,7 +4,6 @@ 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..."
|
||||
|
@ -35,7 +34,7 @@ for pkg in "$@"; do
|
|||
[ "$pkg" = "scripts" ] && DASH=1 && mkdir -p "$HOME/.local/bin"
|
||||
[ "$pkg" = "nvim" ] && NVIM=1
|
||||
|
||||
stow -t "$HOME" --ignore="README.md" "$pkg"
|
||||
LC_ALL="C" stow -t "$HOME" --ignore="README.md" "$pkg"
|
||||
done
|
||||
|
||||
if [ -n "$ZSH" ]; then
|
||||
|
|
Loading…
Reference in a new issue