Skip to content

Instantly share code, notes, and snippets.

View jsynowiec's full-sized avatar

Jakub Synowiec jsynowiec

View GitHub Profile
@jsynowiec
jsynowiec / update-oem-vmware.sh
Created April 30, 2021 13:53 — forked from neilmayhew/update-oem-vmware.sh
Update a Flatcar installation on VMWare to use the latest OEM content
#!/usr/bin/env bash
# Update a Flatcar installation on VMWare to use the latest OEM content
#
# Copyright 2020, Neil Mayhew <neil@kerith.ca>
# LICENSE: MIT
set -ex
shopt -s extglob nullglob