5 lines
131 B
Bash
Executable File
5 lines
131 B
Bash
Executable File
#!/bin/zsh
|
|
|
|
[[ "$BOX_SETUP_OS" = "macos" ]] && exit 0 # TODO: maybe find an option for macos
|
|
${=BOX_SETUP_INSTALL_COMMAND} zathura
|