mirror of
https://github.com/lordmathis/dev-cluster.git
synced 2025-12-22 16:44:24 +00:00
Fix dotfiles path
This commit is contained in:
@@ -74,7 +74,7 @@ runcmd:
|
||||
- chown -R ${username}:${username} /home/${username}/.kube
|
||||
- chmod 600 /home/${username}/.kube/config
|
||||
# Dotfiles
|
||||
- su ${username} -c 'curl https://raw.githubusercontent.com/LordMathis/dotfiles/main/install.zsh | /usr/bin/zsh -s -- server'
|
||||
- su ${username} -c 'curl https://raw.githubusercontent.com/LordMathis/dotfiles/main/install.sh | /usr/bin/zsh -s -- server'
|
||||
# Helm
|
||||
- curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3
|
||||
- chmod 700 get_helm.sh
|
||||
|
||||
Reference in New Issue
Block a user