Update install.sh

pull/60/head
Leon Fedotov 9 years ago
parent 2eb10b6b9b
commit f020986f25

@ -4,8 +4,8 @@ virtualenv .
source ./bin/activate
pip install -r requirements.txt
if [ ! -f "shreddit.cfg" ]; then
cp "shreddit.cfg.example" "shreddit.cfg"
$EDITOR shreddit.cfg
if [ ! -f "shreddit.yml" ]; then
cp "shreddit.yml.example" "shreddit.yml"
$EDITOR shreddit.yml
fi

Loading…
Cancel
Save