From b7a0c29fb7ac0f7acdcd6a8b05de6948e254a5cd Mon Sep 17 00:00:00 2001 From: ghe0 Date: Sun, 16 Feb 2025 23:43:42 +0200 Subject: [PATCH] added small fixes to AMD installation script --- src/operators/AMD.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/operators/AMD.md b/src/operators/AMD.md index 678732b..c504d93 100644 --- a/src/operators/AMD.md +++ b/src/operators/AMD.md @@ -47,13 +47,14 @@ mkdir -p /etc/detee/daemon/vms/ mkdir -p /usr/local/bin/detee/ mkdir -p /opt/detee_vms/ echo "Installing qemu-system-x86..." -pacman -S qemu-system-x86 --noconfirm +pacman -S qemu-system-x86 qemu-img --noconfirm echo "Downloading detee-snp-daemon, systemd unit file and config..." wget -O /etc/detee/daemon/sample_config.yaml https://registry.detee.ltd/daemon/config.yaml wget -O /usr/local/bin/detee-snp-daemon https://registry.detee.ltd/daemon/detee-snp-daemon chmod +x /usr/local/bin/detee-snp-daemon wget -O /usr/local/bin/detee/start_qemu_vm.sh https://registry.detee.ltd/daemon/start_qemu_vm.sh +chmod +x /usr/local/bin/detee/start_qemu_vm.sh wget -O /etc/systemd/system/detee-snp-daemon.service https://registry.detee.ltd/daemon/detee-snp-daemon.service echo "Take a look at /etc/detee/daemon/sample_config.yaml"