commit by to_remotes 2023-10-05 14:13:37 +0200 from vmdevac
parent
b37a23a634
commit
ac71712180
|
|
@ -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)
|
||||||
2
init.sh
2
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/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"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue