Skip to content

Commit

Permalink
Update create-arch-bootstrap.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Kron4ek committed Apr 5, 2022
1 parent 9d517f9 commit 616f7c9
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 @@ -212,7 +212,7 @@ pacman --noconfirm --needed -S \${good_pkglist}
EOF

chmod +x "${bootstrap}"/opt/install_packages.sh
run_in_chroot /opt/install_packages.sh
run_in_chroot bash /opt/install_packages.sh
rm "${bootstrap}"/opt/install_packages.sh

run_in_chroot locale-gen
Expand Down

0 comments on commit 616f7c9

Please sign in to comment.