Add 'debian_dist_upgrade.sh'
This commit is contained in:
parent
c88575e4fc
commit
191f53dcbe
12
debian_dist_upgrade.sh
Normal file
12
debian_dist_upgrade.sh
Normal file
@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
|
||||
# from strect to bulleye
|
||||
apt install -y wget
|
||||
|
||||
wget -O sources.list 'https://code.newnius.com/snippets/linux-setup/raw/branch/master/debian_bullseye_apt_sources.list'
|
||||
|
||||
mv sources.list /etc/apt/
|
||||
|
||||
apt update
|
||||
|
||||
apt dist-upgrade -y
|
Loading…
Reference in New Issue
Block a user