From 11d5c2f3e2f93024f06e4e04593df3bb6675d768 Mon Sep 17 00:00:00 2001 From: Raine Date: Sun, 19 Nov 2023 01:11:59 +0100 Subject: [PATCH] fix: no errs please --- remote_script.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/remote_script.sh b/remote_script.sh index fee8f05..c0b656a 100644 --- a/remote_script.sh +++ b/remote_script.sh @@ -5,6 +5,8 @@ # example: # curl https://git.ixvd.net/raine/dotfiles/raw/branch/main/remote_script.sh | sh +set -e + HOME=${HOME:-/home/${USER:-$(whomai)}} [ -d "$HOME/.dotfiles" ] || git clone https://git.ixvd.net/raine/dotfiles $HOME/.dotfiles