guix-install.sh: Exit early if Guix is already installed.
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>
Wed, 5 May 2021 02:48:20 +0000 (22:48 -0400)
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>
Wed, 5 May 2021 15:01:07 +0000 (11:01 -0400)
commit74009c4cf04be4872be7bf985b045b922d506be3
treef834b2c65ac543184b88cb60bccca50068a34b38
parent5b0ce3393b7f8853d3154ede930482446a7c0376
guix-install.sh: Exit early if Guix is already installed.

* etc/guix-install.sh (sys_create_store): Move the check & exit before The
Guix binary archive is unpacked.  Re-indent tar extraction command.
etc/guix-install.sh