Changes between Version 20 and Version 21 of SystemAdministration/Default_VM_setup


Ignore:
Timestamp:
06/09/16 15:14:20 (8 years ago)
Author:
Sander Maijers
Comment:

Add missing &&s

Legend:

Unmodified
Added
Removed
Modified
  • SystemAdministration/Default_VM_setup

    v20 v21  
    3636sudo sh /opt/setup_ius.sh &&
    3737
    38 sudo yum install 'epel-release' 'git' 'docker-engine' 'unzip' 'mailx' 'tmux' 'tree' 'htop' 'rsync' 'python35u'
    39 sudo python3.5 -m 'venv' '/opt/venvs/docker-compose'
    40 /opt/venvs/docker-compose/bin/pip install --upgrade 'pip' 'docker-compose'
     38sudo yum install 'epel-release' 'git' 'docker-engine' 'unzip' 'mailx' 'tmux' 'tree' 'htop' 'rsync' 'python35u' &&
     39sudo python3.5 -m 'venv' '/opt/venvs/docker-compose' &&
     40/opt/venvs/docker-compose/bin/pip install --upgrade 'pip' 'docker-compose' &&
    4141## From here on, you can use `. /opt/venvs/docker-compose/bin/activate` to run docker-compose.
    4242