shoestrap/recipes/default/fish-install

6 lines
72 B
Bash

#! /bin/bash
if ! command_exist fish ; then
sudo_package 'fish'
fi