fix: Restore distro op

This commit is contained in:
boypt
2025-10-11 11:12:41 +08:00
parent 66fd23ff73
commit e93294de6a

View File

@@ -99,6 +99,7 @@ sudo apt install -y output/*.deb
### Restore distro default version
```bash
sudo apt update
V=$(apt-cache madison ssh | awk 'NR==1 {print $3}')
sudo apt install --allow-downgrades -y \
ssh=$V openssh-client=$V openssh-server=$V openssh-sftp-server=$V