Skip to content

Instantly share code, notes, and snippets.

@minazou67
minazou67 / howto-use-testing-debian-distribution.md
Last active September 21, 2020 14:43
How to use the testing distribution of Debian

How to use the testing distribution of Debian

Debian のテスト版 (testing) のディストリビューションを使用する方法です。

Environment

  • Debian wheezy

Why use

@curtis628
curtis628 / fish-build-install.sh
Last active November 19, 2023 18:02 — forked from AFRUITPIE/fish-build-install.sh
Install Fish Shell 3+ on Raspberry Pi
#!/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