mirror of
https://gh.llkk.cc/https://github.com/WeblateOrg/scripts.git
synced 2025-10-03 15:01:00 +08:00
6 lines
146 B
Text
6 lines
146 B
Text
|
#!/bin/sh
|
||
|
sed -i s/bullseye/bookworm/ /etc/apt/sources.list /etc/apt/sources.list.d/*.list
|
||
|
apt-get update
|
||
|
apt-get full-ugprade
|
||
|
apt-get autoremove
|