Commit 4bc2d877 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play unigine*: skip temp dir

parent 0bf3d274
......@@ -6,9 +6,6 @@ DESCRIPTION="Unigine Heaven 2009 (Unigine Benchmark) from the official site"
. $(dirname $0)/common.sh
cd_to_temp_dir
PKGURL="$(eget --list --latest https://benchmark.unigine.com/heaven "Unigine_Heaven*.run")"
# https://assets.unigine.com/d/Unigine_Heaven-4.0.run
epm tool eget --latest https://benchmark.unigine.com/heaven "Unigine_Heaven*.run"
epm pack --install $PKGNAME *.run
epm pack --install $PKGNAME $PKGURL
......@@ -6,9 +6,7 @@ DESCRIPTION="Unigine Superposition 2017 (Unigine Benchmark) from the official si
. $(dirname $0)/common.sh
cd_to_temp_dir
# https://assets.unigine.com/d/Unigine_superposition-4.0.run
epm tool eget --latest https://benchmark.unigine.com/superposition "Unigine_Superposition*.run"
PKGURL=$(eget --list --latest https://benchmark.unigine.com/superposition "Unigine_Superposition*.run")
epm pack --install $PKGNAME *.run
epm pack --install $PKGNAME $PKURL
......@@ -6,9 +6,7 @@ DESCRIPTION="Unigine Valley 2013 (Unigine Benchmark) from the official site"
. $(dirname $0)/common.sh
cd_to_temp_dir
# https://assets.unigine.com/d/Unigine_valley-4.0.run
epm tool eget --latest https://benchmark.unigine.com/valley "Unigine_Valley*.run"
PKGURL=$(eget --latest https://benchmark.unigine.com/valley "Unigine_Valley*.run")
epm pack --install $PKGNAME *.run
epm pack --install $PKGNAME $PKGURL
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment