From 1692e9c1d7b0b3b4e669a9242f17a19785edfa14 Mon Sep 17 00:00:00 2001 From: Christopher Beckmann Date: Wed, 3 May 2023 12:23:11 +0200 Subject: [PATCH] Update 'install.sh' --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index ff9dee2..5e019fd 100644 --- a/install.sh +++ b/install.sh @@ -329,6 +329,7 @@ function set_shell { function update { cd "$(dirname "$0")" wget -O install.sh https://git.cbeck.tech/kamu/dotfiles/raw/branch/main/install.sh + exit 0 }