From ff932574e226b35b4ef5c5fbc7a8427bd24f8c27 Mon Sep 17 00:00:00 2001 From: acidvegas Date: Mon, 21 Oct 2024 23:42:52 -0400 Subject: [PATCH] ENTER THE VOID --- enterthezoid | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/enterthezoid b/enterthezoid index f5439cb..fde1ce1 100755 --- a/enterthezoid +++ b/enterthezoid @@ -100,7 +100,7 @@ setup_zfs() { cp /etc/hostid /mnt/etc # Chroot into the new system - echo "Entering the matrix...make sure to run the following command to continue: ./enterthezoid chroot" + echo "Entering the void...make sure to run the following command to continue: ./enterthezoid chroot" xchroot /mnt } @@ -164,7 +164,7 @@ setup_chroot() { xbps-reconfigure -fa # Exit the chroot - echo "Exiting the matrix...remember to run the following command to continue: ./enterthezoid final" + echo "Exiting the void...remember to run the following command to continue: ./enterthezoid final" exit }