Skip to content

Instantly share code, notes, and snippets.

View dguglielmi's full-sized avatar

David Guglielmi dguglielmi

View GitHub Profile
@dguglielmi
dguglielmi / gitea-1.10.1-raspbian.sh
Last active March 9, 2023 23:01
Install Gitea on Raspbian
#!/bin/sh
# Freely inspired by https://gist.github.com/mirhec/1c8af440aa4917d6ccd61ea628e5510c
# and Gentoo ebuild "styling".
# License: GPLv2
BN="$(basename $0)"
PN="gitea"
P="${BN%-*}"