/ Published in: Other

Expand |
Embed | Plain Text
/*** 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
You need to login to post a comment.