Skip to content

Instantly share code, notes, and snippets.

View todoshcenko's full-sized avatar

Andrei Todoșcenco todoshcenko

View GitHub Profile
@todoshcenko
todoshcenko / fish-build-install.sh
Created May 21, 2022 12:05 — forked from Brandonshire/fish-build-install.sh
Install Fish Shell 3+ on Raspberry Pi
#!/bin/bash
# This is a quick installer
# script I made to build and install the latest version of
# fish on my Raspberry Pi.
#
# Use at your own risk as I have made no effort to make
# this install safe!
set -e