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 <GNUtoo@cyberdimension.org>
This commit is contained in:
parent
19c44f265e
commit
65f67ada92
|
@ -193,7 +193,7 @@ hash guix ; report "hash guix"
|
||||||
import_gpg_key ; report "Import GPG key"
|
import_gpg_key ; report "Import GPG key"
|
||||||
|
|
||||||
guix shell -C --network git nss-certs -- \
|
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"
|
report "Cloning machine configuration git"
|
||||||
|
|
||||||
cd "guix-mumble-vm" ; report "cd guix-mumble-vm"
|
cd "guix-mumble-vm" ; report "cd guix-mumble-vm"
|
||||||
|
|
Loading…
Reference in New Issue