Update README.md

This commit is contained in:
HHF Technology 2024-12-07 11:15:31 +05:30
parent fa7aedd053
commit 6c85b3ba68

View file

@ -6,9 +6,16 @@ This script automates the installation of Steam within an unprivileged LXC conta
- Proxmox 7.4 or later
- Unprivileged LXC container with Debian 12
- GPU passthrough already configured in your LXC container
- Working internet connection
- Root access to the LXC container
- Root access to both Proxmox host and LXC container
## Installation Order
1. First, set up the LXC container in Proxmox
2. Configure GPU passthrough on the Proxmox host
3. Run the installation script INSIDE the LXC container
IMPORTANT: This script must be run INSIDE the LXC container, not on the Proxmox host shell!
## GPU Passthrough Setup
@ -22,7 +29,10 @@ For detailed GPU passthrough setup instructions, refer to the original guide.
## Installation
1. Download the installation script:
IMPORTANT: These steps should be performed INSIDE the LXC container, not on the Proxmox host!
1. First, log into your LXC container via the Proxmox web interface console or SSH
2. Download the installation script:
```bash
wget https://git.hhf.technology/hhf/proxmox-install-steam-lxc/raw/branch/main/install-steam-lxc.sh
```
@ -59,7 +69,7 @@ vncserver -hw3d -drinode /dev/dri/renderD128
## Support
For issues and questions, please open an issue on the forums or refer to the original documentation on the forum.
For issues and questions, please open an issue in the GitHub repository or refer to the original documentation.
## License