Only pull master branch, the rest aren't needed!

This commit is contained in:
Promofaux 2016-09-12 18:12:31 +01:00
parent edf81a232d
commit dde9281139

2
pihole
View file

@ -55,7 +55,7 @@ function updateDashboardFunc {
function updatePiholeFunc { function updatePiholeFunc {
echo "::: Fetching latest changes from Github..." echo "::: Fetching latest changes from Github..."
cd /etc/.pihole cd /etc/.pihole
${SUDO} git pull ${SUDO} git pull origin master
${SUDO} /etc/.pihole/automated\ install/basic-install.sh pihole ${SUDO} /etc/.pihole/automated\ install/basic-install.sh pihole
exit 1 exit 1
} }