diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2024-01-14 11:09:33 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2024-01-14 11:09:33 +0100 |
| commit | f9f05d0ffbf5a6972c528fff044b5e107a856262 (patch) | |
| tree | 219f1385c0a59935fbed9fb3cbdbeca0f262c5eb /provision | |
| parent | dd00198b994be07771781addbe3c23463982c528 (diff) | |
Update yum to dnf
Diffstat (limited to 'provision')
| -rwxr-xr-x | provision | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -7,8 +7,8 @@ else command_name="brew" install_command="install" else - if command -v apt &> /dev/null; then - command_name="yum" + if command -v dnf &> /dev/null; then + command_name="dnf" install_command="install" else if command -v pacman &> /dev/null; then |