Update README.md
This commit is contained in:
parent
fa7aedd053
commit
6c85b3ba68
1 changed files with 14 additions and 4 deletions
18
README.md
18
README.md
|
@ -6,9 +6,16 @@ This script automates the installation of Steam within an unprivileged LXC conta
|
||||||
|
|
||||||
- Proxmox 7.4 or later
|
- Proxmox 7.4 or later
|
||||||
- Unprivileged LXC container with Debian 12
|
- Unprivileged LXC container with Debian 12
|
||||||
- GPU passthrough already configured in your LXC container
|
|
||||||
- Working internet connection
|
- 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
|
## GPU Passthrough Setup
|
||||||
|
|
||||||
|
@ -22,7 +29,10 @@ For detailed GPU passthrough setup instructions, refer to the original guide.
|
||||||
|
|
||||||
## Installation
|
## 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
|
```bash
|
||||||
wget https://git.hhf.technology/hhf/proxmox-install-steam-lxc/raw/branch/main/install-steam-lxc.sh
|
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
|
## 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
|
## License
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue