Update user1.yaml

This commit is contained in:
2025-10-25 14:10:04 +00:00
parent 085875184a
commit 8eae2125d6
2 changed files with 13 additions and 0 deletions

13
user1.yaml Normal file
View File

@@ -0,0 +1,13 @@
package_upgrade: true
packages:
- qemu-guest-agent
- git
- net-tools
- python3
- python3-pip
- python3-venv
runcmd:
- systemctl enable --now qemu-guest-agent
- timedatectl set-timezone Europe/Moscow
- git -C /root clone https://git.tvstart.ru/ychernenko/RFB.git
- bash /root/RFB/deploy.sh

View File