Skip to content

Instantly share code, notes, and snippets.

View RaphaelPour's full-sized avatar
pouring some code

Raphael Pour RaphaelPour

pouring some code
View GitHub Profile
@RaphaelPour
RaphaelPour / unminimize
Created January 4, 2024 11:52
Ubuntu Minimal unminimize script
#!/bin/sh
set -e
echo "This system has been minimized by removing packages and content that are"
echo "not required on a system that users do not log into."
echo ""
echo "This script restores content and packages that are found on a default"
echo "Ubuntu server system in order to make this system more suitable for"
echo "interactive use."