Skip to content

Instantly share code, notes, and snippets.

View jgmel's full-sized avatar
🏠
Working from home

Juan Gómez Melero jgmel

🏠
Working from home
  • Phicus Tecnologia SL
View GitHub Profile
@jgmel
jgmel / alpine-install.sh
Created October 1, 2017 04:18 — forked from thde/alpine-install.sh
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