diff --git a/init/20_update.sh b/init/20_update.sh index f4eb66c..afa762b 100755 --- a/init/20_update.sh +++ b/init/20_update.sh @@ -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