diff options
-rwxr-xr-x | joes-arch-install-UEFI.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/joes-arch-install-UEFI.sh b/joes-arch-install-UEFI.sh index 7410479..362a788 100755 --- a/joes-arch-install-UEFI.sh +++ b/joes-arch-install-UEFI.sh @@ -686,4 +686,6 @@ echo "\ # # #=================================#" echo && echo -sleep 10 && umount -R /mnt/arch && reboot +sleep 10 +umount -R /mnt/arch +reboot |