From 4e3cf83bb3494f3489f6ee115eb96fdb9b177c67 Mon Sep 17 00:00:00 2001 From: Tobias Maier Date: Mon, 18 Oct 2021 11:28:40 +0200 Subject: [PATCH] Initial commit for start script --- install.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 install.sh diff --git a/install.sh b/install.sh new file mode 100644 index 0000000..1cd1be7 --- /dev/null +++ b/install.sh @@ -0,0 +1,3 @@ +pacman -S git ansible +git clone https://gitea.maiertobi./tobimai/setup_ansible_playbooks.git install +cd install \ No newline at end of file