Skip to content

Instantly share code, notes, and snippets.

@chris-at-github
Last active November 9, 2018 05:17
Show Gist options
  • Save chris-at-github/b0bae1d247a2b42c3b73eadf48248fc5 to your computer and use it in GitHub Desktop.
Save chris-at-github/b0bae1d247a2b42c3b73eadf48248fc5 to your computer and use it in GitHub Desktop.
Wget, TYPO3, Tar
# Letzte 9.x Version laden
wget -O typo3_src-9.x.tar.gz --content-disposition get.typo3.org/9
# TAR File entpacken -> erzeugt automatisch richtigen Ordner
# @see: https://pascalebeier.de/tar-und-tar-gz-dateien-entpacken/
tar -xvf typo3_src-9.x.tar.gz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment