Update docs/tech_docs/linux/remote_linux.md

This commit is contained in:
2024-04-01 01:35:26 +00:00
parent 6c497b393b
commit 4cda9ae9dd

View File

@@ -7,8 +7,13 @@ This guide provides instructions for setting up a lightweight desktop environmen
- A minimal Debian or Ubuntu installation
- Ensure that the system is updated and upgraded to the latest packages:
## Essential Packages
```bash
sudo apt update && sudo apt upgrade -y
sudo apt update && sudo apt upgrade -y && sudo apt install qemu-guest-agent -y && sudo reboot
```
```bash
sudo apt update && sudo apt upgrade -y && sudo apt install curl gpg qemu-guest-agent -y
```
## Common Steps