From eec5542cb3a479f57f6f69c407aa9aaae287e247 Mon Sep 17 00:00:00 2001 From: Jakub Warmuz Date: Mon, 5 Oct 2015 21:39:34 +0000 Subject: [PATCH] lint archlinux bootstrap script --- bootstrap/archlinux.sh | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/bootstrap/archlinux.sh b/bootstrap/archlinux.sh index fbe0987fe..fb54c83d5 100755 --- a/bootstrap/archlinux.sh +++ b/bootstrap/archlinux.sh @@ -1,2 +1,11 @@ #!/bin/sh -pacman -S git python2 python2-virtualenv gcc dialog augeas openssl libffi ca-certificates \ No newline at end of file +pacman -S \ + git \ + python2 \ + python2-virtualenv \ + gcc \ + dialog \ + augeas \ + openssl \ + libffi \ + ca-certificates \