From 307543df22b5cdf933d8e37abfdcb8266fb1c353 Mon Sep 17 00:00:00 2001 From: Dmitry Badovsky Date: Wed, 22 Oct 2025 15:54:55 +0000 Subject: [PATCH] Update user.yaml --- user.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/user.yaml b/user.yaml index c68ff2b..b5b9895 100644 --- a/user.yaml +++ b/user.yaml @@ -19,5 +19,5 @@ packages: - python3-venv runcmd: - systemctl enable --now qemu-guest-agent - - wget https://git.tvstart.ru/ychernenko/RFB/src/commit/8b2f2f5e230ace92e2d1dc6bd4f406e73a490b45/setup.sh - - bash setup.sh \ No newline at end of file + - git -C /root clone https://git.tvstart.ru/ychernenko/RFB.git + - bash /root/RFB/setup.sh \ No newline at end of file