Skip to content

Instantly share code, notes, and snippets.

View andreasheil's full-sized avatar

Andreas Heil andreasheil

  • Porta Westfalica, Germany
View GitHub Profile
MOVED TO ⮕ https://github.com/erikw/restic-automatic-backup-scheduler
@thde
thde / alpine-install.sh
Last active September 17, 2024 03:27
A script to install alpine linux on a dedicated server. Tested on Hetzner, Kimsufi / OVH
#!/bin/sh
set -ex
PATH=/bin:/sbin:/usr/bin:/usr/sbin
KEYMAP="us us"
HOST=alpine
USER=anon
ROOT_FS=ext4
BOOT_FS=ext4