FIxed update command for headphones (its git pull not git checkout)

This commit is contained in:
Stian Buch Larsen 2015-07-17 08:04:36 +02:00
parent c0cfaa3994
commit e3ccdc96f6

View file

@ -3,6 +3,6 @@ if [ ! -d /opt/headphones/.git ]; then
git clone https://github.com/rembo10/headphones.git /opt/headphones
else
cd /opt/headphones
git checkout master
git pull
fi
chown -R abc:abc /opt/headphones