diff --git a/install.sh b/install.sh index af2b8e4..d840572 100755 --- a/install.sh +++ b/install.sh @@ -19,6 +19,6 @@ echo "export PATH=$PATH:/sbin/" >>$TARGET/root/.bashrc cp ./chroot-commands.sh $TARGET/root/ chmod +x $TARGET/root/chroot-commands.sh -chroot $TARGET /root/chroot-commands.sh +chroot $TARGET /bin/bash -l -c '/root/chroot-commands.sh' echo "Done! Should be good to reboot now and run post-install scripts."