Skip to content

Instantly share code, notes, and snippets.

View motorto's full-sized avatar

André Cerqueira motorto

View GitHub Profile
@motorto
motorto / fedora-bootstrap.sh
Created May 14, 2022 13:33
Fedora docker bootstrap
# !/bin/sh
set -eux
DISTRO=fedora
VERSION=rawhide
distrobox-rm --force --name $DISTRO || true
distrobox-create --image docker.io/library/$DISTRO:$VERSION --name $DISTRO
distrobox-enter "$DISTRO" -- sudo dnf -y update