From 0af725f4bfe8e12eb100402ce6ea0e3fa7499e45 Mon Sep 17 00:00:00 2001 From: sem Date: Mon, 5 Sep 2022 12:43:06 +0300 Subject: [PATCH] Utils --- Installers/docker.sh | 1 + 1 file changed, 1 insertion(+) 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}"