Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- After Centos7 minimal install - Tools to setup
- ==================================================
- !#/bin/bash
- echo update
- yum -y update
- echo install wget&git
- yum -y install wget -y && yum -y install git
- echo install bash-completion
- yum -y install bash-completion && yum -y install bash-completion-extras
- echo install vim
- yum -y install vim && yum -y install nano
- echo End of automated_app_install_centos_minimal script centos7 minimal
Advertisement
Add Comment
Please, Sign In to add comment