From 8a6364902eb22b4d3e4caeb24fd5c4e827fa3634 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Mon, 27 Jan 2025 12:07:46 +0100 Subject: [PATCH] Update archlinux-vm.json --- json/archlinux-vm.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/json/archlinux-vm.json b/json/archlinux-vm.json index 828e7570..af787102 100644 --- a/json/archlinux-vm.json +++ b/json/archlinux-vm.json @@ -16,7 +16,7 @@ "install_methods": [ { "type": "default", - "script": "/vm/archlinux-vm.sh", + "script": "vm/archlinux-vm.sh", "resources": { "cpu": 1, "ram": 1024, @@ -36,4 +36,4 @@ "type": "warning" } ] -} \ No newline at end of file +}