Answers for "shell script for aws lightsail launch"

0

shell script for aws lightsail launch

# update package list
apt-get –y update
# install some of my favorite tools
apt-get install –y nodejs
Posted by: Guest on July-26-2020
0

shell script for aws lightsail launch

# 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
Posted by: Guest on July-26-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language