X-Git-Url: https://piware.de/gitweb/?p=talk-cockpit-auth-anywhere.git;a=blobdiff_plain;f=Makefile;h=9b0ef6dfc6841afce42b8a6921363738751c6abe;hp=9e2846744219e8f1a57d0bf067e2c138faf0fd04;hb=bd259fb46d536be10a3d15210676f7b122427fa7;hpb=ed13e4b71e041bb9498d1bc4615b9a735def0248 diff --git a/Makefile b/Makefile index 9e28467..9b0ef6d 100644 --- a/Makefile +++ b/Makefile @@ -6,6 +6,13 @@ clean: # install the necessary tools to build this presentation deps: - sudo dnf install -y pandoc texlive-beamer texlive-latex-bin texlive-collection-fontsrecommended texlive-hyphen-german texlive-hyphen-english texlive-dehyph texlive-fancyhdr texlive-dinbrief texlive-german texlive-a4wide + which pandoc || sudo dnf install -y pandoc texlive-beamer texlive-latex-bin texlive-collection-fontsrecommended texlive-hyphen-german texlive-hyphen-english texlive-dehyph texlive-fancyhdr texlive-dinbrief texlive-german texlive-a4wide + +bots: + git clone --depth=1 https://github.com/cockpit-project/bots + +# download test VMs +download: bots + bots/image-download rhel-7-8 windows-10 .PHONY: deps clean