From 0fa3a7907e1e7c925123097a2184de20e0e0ca5b Mon Sep 17 00:00:00 2001 From: RustyTake-Off <109174317+RustyTake-Off@users.noreply.github.com> Date: Fri, 26 Jul 2024 14:08:16 +0200 Subject: [PATCH] Fix bug --- setup.sh | 2 +- wslfiles/.dots/scripts/set_dotfiles.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.sh b/setup.sh index 7c2c3ef..029cada 100644 --- a/setup.sh +++ b/setup.sh @@ -6,7 +6,7 @@ # Author - RustyTake-Off # Version - 0.1.4 -set -euo pipefail +set -eu # Configuration variables declare REPO_URL="https://github.com/RustyTake-Off/dotfiles.git" diff --git a/wslfiles/.dots/scripts/set_dotfiles.sh b/wslfiles/.dots/scripts/set_dotfiles.sh index 1933a00..3805016 100644 --- a/wslfiles/.dots/scripts/set_dotfiles.sh +++ b/wslfiles/.dots/scripts/set_dotfiles.sh @@ -6,7 +6,7 @@ # Author - RustyTake-Off # Version - 0.1.7 -set -euo pipefail +set -eu # Configuration variables declare REPO_URL="https://github.com/RustyTake-Off/dotfiles.git"