diff options
Diffstat (limited to 'provision')
| -rwxr-xr-x | provision | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ else command_name="pacman" install_command="-Sy" else - if command -v pacman &> /dev/null; then + if command -v apt &> /dev/null; then command_name="apt" install_command="install" else |