ENTER THE VOID

This commit is contained in:
Dionysus 2024-10-21 23:42:52 -04:00
parent 6ec3802288
commit ff932574e2
Signed by: acidvegas
GPG Key ID: EF4B922DB85DC9DE

View File

@ -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
}