update
This commit is contained in:
parent
c883a71794
commit
f0fdef1cf4
2 changed files with 2 additions and 1 deletions
|
|
@ -19,6 +19,7 @@
|
||||||
opentofu
|
opentofu
|
||||||
helm
|
helm
|
||||||
vivid
|
vivid
|
||||||
|
stow
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue