/ Published in: Other
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
/*** Ins public_html Verzeichnis gehen ***/ cd /home/###ACCOUNT###/public_html/ /*** neue Version laden ***/ wget http://prdownloads.sourceforge.net/typo /typo3_src-###VERSION###.tar.gz?download /*** entpacken ***/ tar xzf typo3_src-###VERSION###.tar.gz /*** Alter Link removen ***/ rm typo3_src /*** neuer Link erstellen ***/ ln -s typo3_src-###VERSION### typo3_src /*** prüfen ob struktur korrekt ***/ ls -la