mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-20 05:48:25 +08:00
Correct fetching boost
This commit is contained in:
@ -15,7 +15,7 @@ if [[ -f "$SCRIPTPATH/boost_1_58_0.7z" ]]
|
||||
then
|
||||
echo "boost already downloaded"
|
||||
else
|
||||
wget $BOOST_URL || curl -O $BOOST_URL
|
||||
wget $BOOST_URL || curl -O -L $BOOST_URL
|
||||
fi
|
||||
|
||||
if [ -d "$SCRIPTPATH/boost_1_58_0" ]; then
|
||||
|
||||
Reference in New Issue
Block a user