From cc0a88dfb6823a4ddce2070543926657b40a8d5d Mon Sep 17 00:00:00 2001 From: Tobias Maier Date: Fri, 18 Dec 2020 20:26:42 +0000 Subject: [PATCH] Update base_install.sh --- base_install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/base_install.sh b/base_install.sh index 023cdcb..1d39522 100644 --- a/base_install.sh +++ b/base_install.sh @@ -8,3 +8,6 @@ passwd tobi echo "Adding tobi to sudoers list" echo "tobi ALL=(ALL) ALL" >> my_file.txt + +echo "Cloning configs" +git clone http://gitlab.maiertobi.de/tobimai/arch_config.git \ No newline at end of file