impish2jammy/run.sh
2022-07-27 17:26:43 +00:00

11 lines
335 B
Bash

# curl -sSL https://git.deathbybandaid.net/deathbybandaid/impish2jammy/raw/branch/master/run.sh | bash
# Update Sources
sed -i 's/archive.ubuntu.com/old-releases.ubuntu.com/' /etc/apt/sources.list
# run updates
apt update && apt full-upgrade -y
# Do the upgrade non-interactively
do-release-upgrade -f DistUpgradeViewNonInteractive