mirror of
https://github.com/ViViDboarder/shoestrap.git
synced 2024-11-05 16:26:31 +00:00
6 lines
72 B
Bash
6 lines
72 B
Bash
#! /bin/bash
|
|
|
|
if ! command_exist fish ; then
|
|
sudo_package 'fish'
|
|
fi
|