mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 10:43:55 +00:00
Only pull master branch, the rest aren't needed!
This commit is contained in:
parent
edf81a232d
commit
dde9281139
1 changed files with 1 additions and 1 deletions
2
pihole
2
pihole
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue