Utils
This commit is contained in:
@@ -11,7 +11,10 @@ function option_value() {
|
||||
}
|
||||
|
||||
function install() {
|
||||
ln -s ~/.profile ~/.bash_profile
|
||||
if [ -f ~/.bash_profile ]; then
|
||||
ln -s ~/.profile ~/.bash_profile
|
||||
fi
|
||||
|
||||
cd
|
||||
if ! docker --version; then
|
||||
echo -e "${C_LGn}Docker installation...${RES}"
|
||||
|
||||
Reference in New Issue
Block a user