This commit is contained in:
DeveloperDurp 2025-09-27 08:17:39 -05:00
parent c883a71794
commit f0fdef1cf4
2 changed files with 2 additions and 1 deletions

View file

@ -19,6 +19,7 @@
opentofu opentofu
helm helm
vivid vivid
stow
]; ];
}; };
}; };

View file

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
rm .bashrc .zshrc .ideavirmrc .gitmodules rm .bashrc .zshrc .ideavirmrc .gitmodules
sudo apt update && sudo apt install stow ansible -y sudo apt update && sudo apt install ansible -y
make devpod make devpod