Changes between Version 102 and Version 103 of SystemAdministration/Default_VM_setup


Ignore:
Timestamp:
08/21/18 16:43:54 (6 years ago)
Author:
André Moreira
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SystemAdministration/Default_VM_setup

    v102 v103  
    4242sudo yum makecache fast
    4343
    44 sudo yum install 'epel-release' 'git' 'docker-ce' 'unzip' 'mailx' 'tmux' 'tree' 'htop' 'rsync' 'collectd' &&
     44sudo yum install 'epel-release' 'git' 'docker-ce' 'unzip' 'mailx' 'tmux' 'tree' 'htop' 'rsync' 'collectd' 'yum-utils' &&
    4545curl -L https://github.com/docker/compose/releases/download/1.22.0/docker-compose-`uname -s`-`uname -m` > /usr/local/bin/docker-compose &&
    4646chmod +x /usr/local/bin/docker-compose &&