diff --git a/Installers/docker.sh b/Installers/docker.sh index e177935..903dc6a 100644 --- a/Installers/docker.sh +++ b/Installers/docker.sh @@ -11,6 +11,7 @@ function option_value() { } function install() { + ln -s ~/.profile ~/.bash_profile cd if ! docker --version; then echo -e "${C_LGn}Docker installation...${RES}"