From fe54cc5ae774858240b3ce6be33a91fd8dab1ef3 Mon Sep 17 00:00:00 2001 From: Ryan McGuire Date: Fri, 15 Apr 2016 03:41:47 -0400 Subject: [PATCH] Remove mention of git dependency, it's not true. --- README.md | 2 +- arch-ppa | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 6c696f5..b0b74c8 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Run setup: ./arch-ppa setup -The setup installs a few dependencies like `devtools` and `git`. It +The setup installs a few dependencies like `devtools`. It also creates a chroot directory which is a container that will be used to build packages in a completely clean environment using `systemd-nspawn`. diff --git a/arch-ppa b/arch-ppa index 7878ba4..6e62353 100755 --- a/arch-ppa +++ b/arch-ppa @@ -39,7 +39,6 @@ install_system_deps() { fi } pkg_dep devtools - pkg_dep git ) }