hjaltiatlason

After Centos7 minimal install - Tools to setup - WIP

May 9th, 2020 (edited)
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.44 KB | None | 0 0
  1. After Centos7 minimal install - Tools to setup
  2. ==================================================
  3. !#/bin/bash
  4. echo update
  5. yum -y update
  6. echo install wget&git
  7. yum -y install wget -y && yum -y install git
  8. echo install bash-completion
  9. yum -y install bash-completion && yum -y install bash-completion-extras
  10. echo install vim
  11. yum -y install vim && yum -y install nano
  12. echo End of automated_app_install_centos_minimal script centos7 minimal
Advertisement
Add Comment
Please, Sign In to add comment