0
Q:

shell script for aws lightsail launch

# update package list
apt-get –y update
# install some of my favorite tools
apt-get install –y nodejs
0
# update package list
apt-get –y update
# download wordpress plugin
wget "https://downloads.wordpress.org/plugin/buddypress.2.7.0.zip"
apt-get –y install unzip
# unzip into wordpress plugin directory
unzip buddypress.2.7.0.zip -d /var/wordpress/plugins
0

New to Communities?

Join the community