mirror of
https://github.com/ViViDboarder/shoestrap.git
synced 2025-01-09 14:27:42 +00:00
6 lines
72 B
Plaintext
6 lines
72 B
Plaintext
|
#! /bin/bash
|
||
|
|
||
|
if ! command_exist fish ; then
|
||
|
sudo_package 'fish'
|
||
|
fi
|