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