Opengist

Explore

  • All gists
  • Topics
  • Users
Give feedback on the new UI Powered by Opengist ⋅ 75ms

user:thomas gists created by user

title:mygist gists with given title

description:sync gists with given description

filename:myfile.txt gists having files with given name

extension:yml gists having files with given extension

language:go gists having files with given language

topic:homelab gists with given topic

all:systemctl search all fields

Login

All gists

All Recently liked Recently forked
Recently created Least recently created Recently updated Least recently updated
ryansch

ryansch / Setup script for docker

Last active 1 month ago
0 0 1
1 #!/bin/bash
2
3 set -euo pipefail
4
5 DIR="$(cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd)"
6 . "$DIR/shared.sh"
7
8 echo "Updating packages"
9 apt-update
10 apt-upgrade
ryansch

ryansch / Gitea credential helper setup

Last active 1 month ago
0 0 2
1 [credential "https://git.ryansch.net"]
2 helper = osxkeychain
3 helper = oauth