# quick install: # source <(curl -sSLk https://gist.githubusercontent.com/piccaso/2ff65b87ef907f286b9d/raw/typo3-6.2-quickinstall.sh) curl -sSLk -o typo3_src.tgz 'https://get.typo3.org/6.2' tar -zxf typo3_src.tgz rm typo3_src.tgz ln -s typo3_src-6.2.* typo3_src ln -s typo3_src/index.php index.php ln -s typo3_src/typo3 typo3 ln -s typo3_src/_.htaccess .htaccess touch FIRST_INSTALL curl -sSLk -o .gitignore 'https://gist.githubusercontent.com/piccaso/2ff65b87ef907f286b9d/raw/typo3-6.2.gitignore' curl -sSLk -o .gitattributes 'https://gist.githubusercontent.com/piccaso/2ff65b87ef907f286b9d/raw/typo3-6.2.gitattributes' hash git && git init && git add .gitignore .gitattributes