diff --git a/run.sh b/run.sh new file mode 100644 index 0000000..7bb51b8 --- /dev/null +++ b/run.sh @@ -0,0 +1,11 @@ +# 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 \ No newline at end of file