Commit 48680a7e authored by Ophélie Gagnard's avatar Ophélie Gagnard

installation: Install development version of libnetworkcache.

parent 4b20a029
......@@ -10,3 +10,13 @@ cd "$GIT_ROOT"/installation
apt -y install sudo wget tree
git config --global user.email "ophelie.gagnard@nexedi.com"
git config --global user.name "Ophelie Gagnard"
#pip install slapos.libnetworkcache
NC_DIR=identifier_slapos.libnetworkcache
if [ ! -d slapos.libnetworkcache ]; then
git clone https://lab.nexedi.com/Ophelie/slapos.libnetworkcache.git "$NC_DIR"
cd "$NC_DIR"
git checkout identifier
cd ..
fi
pip install -e "$NC_DIR"
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment