From 6d53b3b831e4802a2bb9753ab9185dc158410b35 Mon Sep 17 00:00:00 2001 From: Gusher123 <31935813+Gusher123@users.noreply.github.com> Date: Mon, 2 Nov 2020 21:36:19 +0100 Subject: [PATCH] Update x230_skulls.sh tarfile already has the subdirectory structure --- x230/x230_skulls.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x230/x230_skulls.sh b/x230/x230_skulls.sh index 28a3134..e9c841c 100755 --- a/x230/x230_skulls.sh +++ b/x230/x230_skulls.sh @@ -101,7 +101,7 @@ if [ "$request_update" -gt 0 ] ; then curl -LO ${UPSTREAM_URL_SHA256} sha256sum -c ${UPSTREAM_FILE}.sha256 mkdir skulls-x230-${UPSTREAM_VERSION} - tar -xf ${UPSTREAM_FILE} -C skulls-x230-${UPSTREAM_VERSION}/ + tar -xf ${UPSTREAM_FILE} echo "Version ${UPSTREAM_VERSION} extracted to ../skulls-x230-${UPSTREAM_VERSION}/" echo "Please continue in the new directory." ;;