This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# This helps install the latest fishshell on a Raspberry Pi, and was heavily influenced from | |
# https://gist.github.com/AFRUITPIE/1d26d3d15dc43f821a36d7ccc1260a7f | |
# | |
# NOTE: Along with "make"-related dependencies, it also installs 'jq' | |
# | |
# Use at your own risk as I have made no effort to make this install safe! | |
set -e |