Merge pull request #60 from LeonFedotov/patch-1

Update install.sh for the yml update
pull/66/head
Nay 9 years ago
commit 3d9b19ab6a

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

Loading…
Cancel
Save