1
0
mirror of https://github.com/ViViDboarder/shoestrap.git synced 2025-01-10 08:47:45 +00:00
shoestrap/recipes/default/fish-install

6 lines
72 B
Bash

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