11 lines
335 B
Bash
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 |