Commit 9287d9d8 authored by Alvaro Lorenzo's avatar Alvaro Lorenzo
Browse files

Added a 'cd' command to be in the correct directory

parent ed28f0a3
......@@ -15,6 +15,9 @@ cat /home/gliders/.ssh/id_rsa.pub
echo "Plese press return when you are done"
read
#We need to go to the gliders home directory first
cd /home/gliders
# Install Composer
mkdir -p /home/gliders/bin
curl -sS https://getcomposer.org/installer | php -- --install-dir=bin
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment