Skip to content
This repository has been archived by the owner on May 18, 2022. It is now read-only.

Commit

Permalink
Switched installer over to use master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jgrancell committed Jun 1, 2015
1 parent 5c48f1e commit 18a5212
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions install.sh
Expand Up @@ -272,8 +272,8 @@ if [[ "$CONFIGURATION_REQUIRED" == "1" ]]; then
rm -rf /usr/local/share/malscan/Malscan

## Placeholder - Switching to the dev branch for install testing.
git checkout 1.5.0-dev --quiet
git pull origin 1.5.0-dev --quiet
git checkout master --quiet
git pull origin master --quiet

## Echoing the beginning of the configuration file
{
Expand Down Expand Up @@ -392,4 +392,4 @@ if [[ "$CONFIGURATION_REQUIRED" == "1" ]]; then

fi

exit 0
exit 0

0 comments on commit 18a5212

Please sign in to comment.