I hereby claim:
- I am s-urbaniak on github.
- I am sur (https://keybase.io/sur) on keybase.
- I have a public key whose fingerprint is E08A EF0F AC8B F283 7462 C4D5 5B11 8EEB C6D4 67F7
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| # Installation on Dell XPS | |
| # Please also consult official documentation: | |
| # https://wiki.archlinux.org/index.php/Installation_Guide | |
| # https://wiki.archlinux.org/index.php/Dell_XPS_13_(9360) | |
| # https://wiki.archlinux.org/index.php/Dell_XPS_15_(9550) | |
| # Enter BIOS with F2 and configure: | |
| # - "System Configuration" > "SATA Operation": "AHCI" | |
| # - "Secure Boot" > "Secure Boot Enable": "Disabled" |
| #!/usr/bin/env bash | |
| set -euxo pipefail | |
| echo "installing core packages" | |
| apt-get update -y | |
| apt install -y apt-transport-https curl | |
| curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add - |
| #!/bin/bash | |
| set -x | |
| PKG=( apimachinery apiserver client-go kube-aggregator sample-apiserver ) | |
| function main { | |
| case "$1" in | |
| "mounts") mounts;; | |
| "links") links;; |