Update 'Download.sh'

This commit is contained in:
Tolstoevsky 2020-08-01 06:02:37 +00:00
parent a370993d8b
commit c9113e3e57
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@
urho3d=Urho3D-1.8-ALPHA.145-Linux-64bit-SHARED-snapshot urho3d=Urho3D-1.8-ALPHA.145-Linux-64bit-SHARED-snapshot
mkdir Urho3D > /dev/null 2>&1 mkdir Urho3D > /dev/null 2>&1
cd Urho3D cd Urho3D
#wget https://sourceforge.net/projects/urho3d/files/Urho3D/Snapshots/$urho3d.tar.gz/download -O Urho3D.tar.gz wget https://sourceforge.net/projects/urho3d/files/Urho3D/Snapshots/$urho3d.tar.gz/download -O Urho3D.tar.gz
#tar -xvzf Urho3D.tar.gz > Urho3D.log tar -xvzf Urho3D.tar.gz > Urho3D.log
cd $urho3d cd $urho3d
resource=share/Urho3D/Resources resource=share/Urho3D/Resources
oresource=../../$resource oresource=../../$resource