diff --git a/README.md b/README.md index cd7fa8f..0f85e4d 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ **usage** -zsh <(curl -sk http://git.service.wiseadvice.eu:3000/wiseadvice_public_repos/wa_public_init_repo/raw/branch/main/init.sh) \ No newline at end of file +zsh <(curl -sk https://git.service.wiseadvice.eu/wiseadvice_public_repos/wa_public_init_repo/raw/branch/main/init.sh) \ No newline at end of file diff --git a/init.sh b/init.sh index a0367b4..ef87d9e 100755 --- a/init.sh +++ b/init.sh @@ -145,6 +145,8 @@ EOT ln -sf $WA_REPO/shared_resources_k8s/k8s $HOME/kubeconfs_common ln -sf $WA_REPO/shared_resources_k8s/manifest.sh $HOME/.zshrc ln -sf $WA_REPO/cimp_$CLIENT_NAME/k8s $HOME/kubeconfs + + echo "source .zshrc after pull" source $HOME/.zshrc else echo "Aborting"