void- enter the void 🪐 |
git clone git://git.acid.vegas/archlinux.git |
Log | Files | Refs | Archive |
commit ff932574e226b35b4ef5c5fbc7a8427bd24f8c27
parent 6ec38022884c68239c28abe0749eff6e932c9843 Author: acidvegas <acid.vegas@acid.vegas> Date: Mon, 21 Oct 2024 23:42:52 -0400 ENTER THE VOID Diffstat:
|
1 file changed, 2 insertions(+), 2 deletions(-) |
diff --git 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 } |