Remove mention of git dependency, it's not true.

This commit is contained in:
Ryan McGuire 2016-04-15 03:41:47 -04:00
parent 6cdd638ccc
commit fe54cc5ae7
2 changed files with 1 additions and 2 deletions

View File

@ -45,7 +45,7 @@ Run setup:
./arch-ppa 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 also creates a chroot directory which is a container that will be used
to build packages in a completely clean environment using to build packages in a completely clean environment using
`systemd-nspawn`. `systemd-nspawn`.

View File

@ -39,7 +39,6 @@ install_system_deps() {
fi fi
} }
pkg_dep devtools pkg_dep devtools
pkg_dep git
) )
} }