blob: 83b006a8b7f73da7c354f49fe10901eb082b8e06 [file] [log] [blame]
#! /bin/bash
pushd /home/default
# Install luci/client-py if needed.
if [[ ! -e client-py ]]; then
git clone https://github.com/luci/client-py.git
sudo -u default echo 'export PATH="/home/default/client-py:$PATH"' >> .bashrc
fi