From d1382c9a8c6d07212d315f11215d0bfd83c24355 Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Wed, 27 Jul 2022 17:26:43 +0000 Subject: [PATCH] Add 'run.sh' --- run.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 run.sh 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