Skip to content

Commit

Permalink
use dev branches
Browse files Browse the repository at this point in the history
  • Loading branch information
diginc committed Jan 27, 2018
1 parent a9b41c7 commit 45f491f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ mkdir -p /etc/pihole/
export CORE_TAG='v3.2.1'
export WEB_TAG='v3.2.1'
export FTL_TAG='v2.13.2'
export USE_DEVELOPMENT_BRANCHES=false
export USE_DEVELOPMENT_BRANCHES=true

if [[ $USE_DEVELOPMENT_BRANCHES == true ]] ; then
# install from custom hash or branch
Expand Down

0 comments on commit 45f491f

Please sign in to comment.