From 65f67ada92b82cbd6b31503c947536d9a35c8fc9 Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Wed, 20 Sep 2023 16:38:43 +0200 Subject: [PATCH] mumble-vm-install.sh: use guix-installer branch If we don't do that it can't work as the required code is not yet in the main branch. Signed-off-by: Denis 'GNUtoo' Carikli --- mumble-vm-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mumble-vm-install.sh b/mumble-vm-install.sh index a58a323..fcb274d 100755 --- a/mumble-vm-install.sh +++ b/mumble-vm-install.sh @@ -193,7 +193,7 @@ hash guix ; report "hash guix" import_gpg_key ; report "Import GPG key" guix shell -C --network git nss-certs -- \ - git clone https://git.a-lec.org/GNUtoo/guix-mumble-vm.git ; \ + git clone https://git.a-lec.org/GNUtoo/guix-mumble-vm.git -b guix-installer ; \ report "Cloning machine configuration git" cd "guix-mumble-vm" ; report "cd guix-mumble-vm"