ensure log is on new system

artix
Matt C 3 years ago
parent cd385d98b1
commit 47f561c635

@ -189,6 +189,6 @@ fi
arch-chroot /mnt /continue.sh arch-chroot /mnt /continue.sh
rm /mnt/continue.sh rm /mnt/continue.sh
inf "Installation should now be complete. Please press enter to reboot :)" inf "Installation should now be complete."
read read
reboot

@ -1,3 +1,5 @@
#!/usr/bin/env bash #!/usr/bin/env bash
sudo citrine.internal 0>&1 3>&1 | tee /var/log/citrine.log sudo citrine.internal 0>&1 3>&1 | tee /var/log/citrine.log
sudo cp /var/log/citrine.log /mnt/var/.
echo "Run 'reboot' to restart. :)"
Loading…
Cancel
Save