From 76638aae76117b3ac3352c499498570e8d9b5664 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Mon, 6 Jan 2014 13:11:32 -0500 Subject: Linux installer builds... --- ext/installfiles/linux/install.tmpl.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ext/installfiles/linux') diff --git a/ext/installfiles/linux/install.tmpl.sh b/ext/installfiles/linux/install.tmpl.sh index 87359306..c32b2cab 100644 --- a/ext/installfiles/linux/install.tmpl.sh +++ b/ext/installfiles/linux/install.tmpl.sh @@ -45,9 +45,9 @@ fi echo 'Extracting files...' if [ $dryRun -gt 0 ]; then - echo ">> dry run: tail -c +$blobStart \"$scriptPath\" | bunzip2 -c | tar -xvop -C / -f -" + echo ">> dry run: tail -c +$blobStart \"$scriptPath\" | gunzip -c | tar -xvop -C / -f -" else - tail -c +$blobStart "$scriptPath" | bunzip2 -c | tar -xvop -C / -f - + tail -c +$blobStart "$scriptPath" | gunzip -c | tar -xvop -C / -f - fi if [ $dryRun -eq 0 -a ! -d "/var/lib/zerotier-one" ]; then -- cgit v1.2.3