Skip to content

Instantly share code, notes, and snippets.

View Sapd's full-sized avatar

Denis Arnst Sapd

View GitHub Profile
@Sapd
Sapd / alpine-install.sh
Created May 7, 2017 13:08 — forked from thde/alpine-install.sh
A script to install alpine linux. 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