Fix dotfiles path

This commit is contained in:
2024-09-16 17:33:51 +02:00
parent 91ffd375c7
commit 788a93059b

View File

@@ -74,7 +74,7 @@ runcmd:
- chown -R ${username}:${username} /home/${username}/.kube - chown -R ${username}:${username} /home/${username}/.kube
- chmod 600 /home/${username}/.kube/config - chmod 600 /home/${username}/.kube/config
# Dotfiles # 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 # Helm
- curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 - curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3
- chmod 700 get_helm.sh - chmod 700 get_helm.sh