Skip to content

Commit

Permalink
Update install_webwork.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
goehle committed Dec 22, 2015
1 parent d8108b0 commit b518eb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install_webwork.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ MYSQL_ROOT_PW=''
WEBWORK_DB_PW=''

BRANCH=master
WWINSTALLURL=https://github.com/goehle/ww_install/archive/$BRANCH.tar.gz
WWINSTALLURL=https://github.com/openwebwork/ww_install/archive/$BRANCH.tar.gz
THISDIR="$( pwd )"


Expand Down Expand Up @@ -212,7 +212,7 @@ then
yum -y install perl-CPAN perl-IPC-Cmd
elif [ -e "/etc/debian_version" ]
then
apt-get --yes --allow-unauthenticated install perl-modules libdatetime-perl
apt-get --yes --allow-unauthenticated install perl-modules
fi

echo "## Download the latest webwork installer"
Expand Down

0 comments on commit b518eb6

Please sign in to comment.