I hereby claim:
- I am 7h3ev1l on github.
- I am 7h3ev1l (https://keybase.io/7h3ev1l) on keybase.
- I have a public key whose fingerprint is 1F79 2DD7 D690 183B 6761 914C 52CB D35E 97F5 2F80
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
#!/bin/sh | |
set -ex | |
PATH=/bin:/sbin:/usr/bin:/usr/sbin | |
KEYMAP="us us" | |
HOST=alpine | |
USER=anon | |
ROOT_FS=ext4 | |
BOOT_FS=ext4 |
#!/bin/bash | |
export DEBIAN_FRONTEND=noninteractive | |
apt-get install -y software-properties-common | |
add-apt-repository -y ppa:ondrej/php | |
add-apt-repository -y ppa:ondrej/apache2 | |
apt-get update |