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