mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 21:03:17 -07:00
Update build.sh
This commit is contained in:
parent
e54ec746d6
commit
0690c87ebc
1 changed files with 4 additions and 4 deletions
6
build.sh
6
build.sh
|
@ -54,9 +54,9 @@ fi
|
||||||
# Make sure that packages.config exist.
|
# Make sure that packages.config exist.
|
||||||
if [ ! -f "$TOOLS_DIR/packages.config" ]; then
|
if [ ! -f "$TOOLS_DIR/packages.config" ]; then
|
||||||
echo "Downloading packages.config..."
|
echo "Downloading packages.config..."
|
||||||
curl -Lsfo "$TOOLS_DIR/packages.config" http://cakebuild.net/download/bootstrapper/packages
|
curl -Lsfo "$TOOLS_DIR/packages.config" https://cakebuild.net/download/bootstrapper/packages
|
||||||
if [ $? -ne 0 ]; then
|
if [ $? -ne 0 ]; then
|
||||||
echo "An error occured while downloading packages.config."
|
echo "An error occurred while downloading packages.config."
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
@ -66,7 +66,7 @@ if [ ! -f "$NUGET_EXE" ]; then
|
||||||
echo "Downloading NuGet..."
|
echo "Downloading NuGet..."
|
||||||
curl -Lsfo "$NUGET_EXE" https://dist.nuget.org/win-x86-commandline/latest/nuget.exe
|
curl -Lsfo "$NUGET_EXE" https://dist.nuget.org/win-x86-commandline/latest/nuget.exe
|
||||||
if [ $? -ne 0 ]; then
|
if [ $? -ne 0 ]; then
|
||||||
echo "An error occured while downloading nuget.exe."
|
echo "An error occurred while downloading nuget.exe."
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue