dd
This commit is contained in:
parent
fd0da434f5
commit
5905efd9a5
1 changed files with 2 additions and 2 deletions
|
@ -2,13 +2,13 @@
|
||||||
### Macros
|
### Macros
|
||||||
###
|
###
|
||||||
[macros.install__debian]
|
[macros.install__debian]
|
||||||
prefix = ["sudo", "apt-get", "install", "-y"]
|
prefix = ["apt-get", "install", "-y"]
|
||||||
|
|
||||||
[macros.install__work]
|
[macros.install__work]
|
||||||
prefix = ["ovh-root", "install"]
|
prefix = ["ovh-root", "install"]
|
||||||
|
|
||||||
[macros.install__Archlinux]
|
[macros.install__Archlinux]
|
||||||
prefix = ["sudo", "pacman", "-S", "--no-confirm"]
|
prefix = ["pacman", "-S", "--no-confirm"]
|
||||||
|
|
||||||
[macros.clone]
|
[macros.clone]
|
||||||
deps = ["git"]
|
deps = ["git"]
|
||||||
|
|
Loading…
Add table
Reference in a new issue