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 2, 2024
1 parent c6c81f5 commit ad8a2f1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions create-arch-bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -414,9 +414,7 @@ if ! run_in_chroot which virtualbox; then echo "Command not found, exiting." &&
# Exit chroot
rm -rf "${bootstrap}"/home/aur

run_in_chroot cp -r "${bootstrap}"/usr/lib/dri/swrast* ./
run_in_chroot rm -Rf "${bootstrap}"/usr/lib/dri/*
run_in_chroot cp -r ./swrast* "${bootstrap}"/usr/lib/dri/
run_in_chroot bash -c 'for d in /usr/lib/dri/*; do echo "$d"; if ! echo "$d" | grep -q "^swrast"; then sudo rm -Rf "$d"; fi; done'

unmount_chroot

Expand Down

0 comments on commit ad8a2f1

Please sign in to comment.