Add 'run.sh'

This commit is contained in:
deathbybandaid 2022-07-27 17:26:43 +00:00
parent a0a7d7ffe2
commit d1382c9a8c

11
run.sh Normal file
View File

@ -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