5
0
Fork 0

commit by to_remotes 2023-10-05 14:13:37 +0200 from vmdevac

main
ag 2023-10-05 14:13:37 +02:00
parent b37a23a634
commit ac71712180
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,3 @@
**usage** **usage**
zsh <(curl -sk http://git.service.wiseadvice.eu:3000/wiseadvice_public_repos/wa_public_init_repo/raw/branch/main/init.sh) zsh <(curl -sk https://git.service.wiseadvice.eu/wiseadvice_public_repos/wa_public_init_repo/raw/branch/main/init.sh)

View File

@ -145,6 +145,8 @@ EOT
ln -sf $WA_REPO/shared_resources_k8s/k8s $HOME/kubeconfs_common 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/shared_resources_k8s/manifest.sh $HOME/.zshrc
ln -sf $WA_REPO/cimp_$CLIENT_NAME/k8s $HOME/kubeconfs ln -sf $WA_REPO/cimp_$CLIENT_NAME/k8s $HOME/kubeconfs
echo "source .zshrc after pull"
source $HOME/.zshrc source $HOME/.zshrc
else else
echo "Aborting" echo "Aborting"