FIxed update command for headphones (its git pull not git checkout)
This commit is contained in:
parent
c0cfaa3994
commit
e3ccdc96f6
1 changed files with 1 additions and 1 deletions
|
@ -3,6 +3,6 @@ if [ ! -d /opt/headphones/.git ]; then
|
||||||
git clone https://github.com/rembo10/headphones.git /opt/headphones
|
git clone https://github.com/rembo10/headphones.git /opt/headphones
|
||||||
else
|
else
|
||||||
cd /opt/headphones
|
cd /opt/headphones
|
||||||
git checkout master
|
git pull
|
||||||
fi
|
fi
|
||||||
chown -R abc:abc /opt/headphones
|
chown -R abc:abc /opt/headphones
|
||||||
|
|
Loading…
Add table
Reference in a new issue