mirror of
https://github.com/fruworg/fruworg.github.io.git
synced 2025-01-18 11:50:52 +03:00
736 B
736 B
title | description | date | tags | |
---|---|---|---|---|
Обновление Proxmox 7 -> Proxmox 8 | И дошлифовка | 2024-12-10T14:05:00+01:00 |
|
Актуализация ОС
apt -y update
apt -y dist-upgrade
Проверка готовности обновления
pve7to8 --full
Актуализация репозиториев
sed -i 's/bullseye/bookworm/g' /etc/apt/sources.list
sed -i 's/bullseye/bookworm/g' /etc/apt/sources.list.d/*.list
Обновление ОС и PVE
apt -y update
apt -y dist-upgrade
init 6
Дошлифовка
bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/misc/post-pve-install.sh)"