From 25d3d380ea94ecc82dc13b87eb1168bcdf94a54c Mon Sep 17 00:00:00 2001 From: Dryusdan Date: Wed, 17 Mar 2021 23:47:34 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'README.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 6e9bda8..a985faa 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,6 @@ To use it, edit chroot.sh and edit 3 variables : | -------- | ----------- | | CHROOTPATH | The path where this script store all files, bin, lib needed to chroot website (create this before) | | ZONEINFO | The path where zoneinfo is stored. Find this with `find /usr -type d -name "zoneinfo"` | -| libnss_dns | The path where libnss_dns lib is stored. Use `find /lib /usr/lib -name libnss_dns.so.2` to find lib. | ## Use`` `bash chroot.sh --install` copy all dependencies and store it on CHROOTPATH.