From 1141436dea235853863c485031b56c5f4b37783b Mon Sep 17 00:00:00 2001 From: Leopold Johannes Meinel Date: Sun, 11 Sep 2022 17:09:58 +0200 Subject: [PATCH] Don't fail on error --- setup.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/setup.sh b/setup.sh index 718e30b..c4ff369 100644 --- a/setup.sh +++ b/setup.sh @@ -1,8 +1,5 @@ #!/bin/sh -# Fail on error -set -e - # Copy dot-files cp -R ~/dot-files/.bashrc ~/dot-files/.bashrc_aliases ~/dot-files/.bash_profile ~/dot-files/.bash_logout ~/dot-files/.gitconfig ~/dot-files/.config ~/ chmod 744 ~/.bashrc_aliases