From 4488a65de59044c3cadacdea277a3c362db95bf2 Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Mon, 31 Jul 2023 22:09:39 +0200 Subject: [PATCH] Cd back to original dir after install_root.sh ends --- install_root.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install_root.sh b/install_root.sh index 1dfc916..d3e4824 100755 --- a/install_root.sh +++ b/install_root.sh @@ -61,3 +61,5 @@ systemctl enable pkgfile-update.timer echo "You can exit the chroot and re-run it with: arch-chroot /mnt zsh" echo "This will put you into a configured ZSH shell, you can continue" \ "configuring the rest of the system manually from there" + +popd