This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # Recommend to upgrade Bash package through respective OS vendor channels | |
| # apt-get install --only-upgrade bash (or) yum -y update bash | |
| # This script for updating Bash package if apt-get or yum not woking due to unexpected reasons | |
| # Trying to maintain the exact Bash package from OS vendors to avoid future upgrade issues | |
| centos_bash_upgrade(){ |