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