Skip to content

Commit 5f4499a

Browse files
committed
Fixed the get dependencies script
1 parent d572910 commit 5f4499a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

get_dependencies_slim_v0.4.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ fi
8383
# Casper # no repos... oops
8484
cd casper
8585
if [ ! -d "casper_v0.8.2" ]; then
86-
tar -xzvf casper_v0.8.2.tar.gz
86+
tar -xzvf casper_v0.8.2.tar.xz
8787
fi
8888
cd ..
8989

0 commit comments

Comments
 (0)