Add 'run.sh'
This commit is contained in:
parent
a0a7d7ffe2
commit
d1382c9a8c
11
run.sh
Normal file
11
run.sh
Normal 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
|
||||
Loading…
Reference in New Issue
Block a user