From 0579df7f160406a7ec552cdfe4785eb1c4ba5e36 Mon Sep 17 00:00:00 2001 From: Werner Date: Sat, 12 Nov 2022 14:57:32 -0300 Subject: [PATCH] Update Bootstrap.sh --- Bootstrap.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Bootstrap.sh b/Bootstrap.sh index cefa045..b9e8ad0 100644 --- a/Bootstrap.sh +++ b/Bootstrap.sh @@ -1,9 +1,5 @@ #!/usr/bin/env sh -# Configuration - -cp ./Config/.gitconfig ~/.gitconfig - # Update sudo apt update && sudo apt upgrade -y