diff --git a/user1.yaml b/user1.yaml new file mode 100644 index 0000000..7f40b00 --- /dev/null +++ b/user1.yaml @@ -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 \ No newline at end of file diff --git a/user1.yml b/user1.yml deleted file mode 100644 index e69de29..0000000