From fd3d691356a08e6f11f000b58efe8e8a9d74ee33 Mon Sep 17 00:00:00 2001 From: axtlos Date: Thu, 14 Oct 2021 19:44:57 +0000 Subject: [PATCH] Remove extra `read` at end of citrine --- citrine.internal.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/citrine.internal.sh b/citrine.internal.sh index cb6f08c..df2849e 100755 --- a/citrine.internal.sh +++ b/citrine.internal.sh @@ -240,11 +240,8 @@ fi arch-chroot /mnt /continue.sh 2>&1 | tee /mnt/var/log/citrine.chroot.log rm /mnt/continue.sh -<<<<<<< HEAD dumptitle="Citrine" dump "Installation should now be complete." #read -======= inf "Installation should now be complete." ->>>>>>> main