Skip to content

Instantly share code, notes, and snippets.

@GideonBabu
Created August 24, 2018 10:35
Show Gist options
  • Save GideonBabu/6da28938e186745adfdab39164319c7b to your computer and use it in GitHub Desktop.
Save GideonBabu/6da28938e186745adfdab39164319c7b to your computer and use it in GitHub Desktop.
wordpress download from ssh
ssh username@domain.com -p 22
cd public_html/blogdemo/
wget http://wordpress.org/latest.tar.gz
tar xfz latest.tar.gz
mv wordpress/* ./
rmdir ./wordpress/
rm -f latest.tar.gz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment