Skip to content

Instantly share code, notes, and snippets.

View maxkratz's full-sized avatar
🐢

Max Kratz maxkratz

🐢
View GitHub Profile
@maxkratz
maxkratz / forgejo-actions-runner-setup.sh
Created March 14, 2026 14:52
forgejo-actions-runner-setup.sh
#!/bin/bash
set -e
#
# This script installs the latest version of the Forgejo Actions runner.
# Based on: https://forgejo.org/docs/next/admin/actions/runner-installation/
#
# author: Max Kratz <github@maxkratz.com>
# date: 2026-03-14
#!/bin/bash
set -e
# update the Debian 12 installation
apt update && apt full-upgrade -y
apt clean & apt autoremove -y
# update package repositories
sed -i 's/bookworm/trixie/g' /etc/apt/sources.list
@maxkratz
maxkratz / HowTo_Hello_World_Digispark_Rubber_Ducky.md
Last active October 24, 2022 14:16
HowTo Hello World Digispark Rubber Ducky

HowTo Hello World Digispark Rubber Ducky

This mini how-to walks you through the steps of translating Rubber Ducky scripts and installing all tools needed to flash a new firmware onto your attiny85 board.

Arduino Setup