This commit is contained in:
Matthew Leibowitz 2017-06-05 21:36:37 -05:00
Родитель c9e0001b6b
Коммит 9b34ce6931
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -58,7 +58,7 @@ fi
# Make sure that packages.config exist. # Make sure that packages.config exist.
if [ ! -f "$PACKAGES_CONFIG" ]; then if [ ! -f "$PACKAGES_CONFIG" ]; then
if [ ! -f "$PACKAGES_CONFIG" ]; then if [ ! -f "$CAKE_PACKAGES_CONFIG" ]; then
echo "Downloading packages.config..." echo "Downloading packages.config..."
curl -Lsfo "$PACKAGES_CONFIG" http://cakebuild.net/download/bootstrapper/packages curl -Lsfo "$PACKAGES_CONFIG" http://cakebuild.net/download/bootstrapper/packages
if [ $? -ne 0 ]; then if [ $? -ne 0 ]; then