Last active
November 9, 2018 05:17
-
-
Save chris-at-github/b0bae1d247a2b42c3b73eadf48248fc5 to your computer and use it in GitHub Desktop.
Wget, TYPO3, Tar
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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