mirror of
https://github.com/ViViDboarder/shoestrap.git
synced 2025-03-10 13:06:16 +00:00
6 lines
72 B
Bash
6 lines
72 B
Bash
#! /bin/bash
|
|
|
|
if ! command_exist fish ; then
|
|
sudo_package 'fish'
|
|
fi
|