Skip to content

Commit

Permalink
Update create-arch-bootstrap.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-hc authored Sep 24, 2024
1 parent 2b5d7f4 commit 68e9084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create-arch-bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ strip --strip-debug "${bootstrap}"/usr/lib32/*
strip --strip-unneeded "${bootstrap}"/usr/bin/*

# Check if the command we are interested in has been installed
if ! run_in_chroot which hypnotix; then echo "Command not found, exiting." && exit 1; fi
if ! run_in_chroot which gearlever; then echo "Command not found, exiting." && exit 1; fi

# Exit chroot
rm -rf "${bootstrap}"/home/aur
Expand Down

0 comments on commit 68e9084

Please sign in to comment.