Browse Source

Update x230_skulls.sh

tarfile already has the subdirectory structure
pull/176/head
Gusher123 3 years ago
committed by Martin Kepplinger
parent
commit
6d53b3b831
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      x230/x230_skulls.sh

+ 1
- 1
x230/x230_skulls.sh View File

@ -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."
;;


Loading…
Cancel
Save