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