Skip to content

Commit

Permalink
Updates url
Browse files Browse the repository at this point in the history
  • Loading branch information
vpetersson committed Jun 6, 2017
1 parent acc81da commit dce9970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ sudo apt-get install -y python-dev git-core libffi-dev libssl-dev
curl -s https://bootstrap.pypa.io/get-pip.py | sudo python
sudo pip install ansible==2.1.0.0

ansible localhost -m git -a "repo=${1:-https://github.com/wireload/screenly-ose.git} dest=/home/pi/screenly version=$BRANCH"
ansible localhost -m git -a "repo=${1:-https://github.com/screenly/screenly-ose.git} dest=/home/pi/screenly version=$BRANCH"
cd /home/pi/screenly/ansible

ansible-playbook site.yml $EXTRA_ARGS
Expand Down

0 comments on commit dce9970

Please sign in to comment.