Skip to content

Commit

Permalink
sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
Seshpenguin committed Nov 13, 2023
1 parent 20ba815 commit 0226f3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pmbootstrap/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ export function genPMOSImage(device: string) {
# TODO: temp testing
# copy all firmware to initramfs
mkdir -pv ${BUILD_DIR}/initramfs-work/lib/firmware/
sudo mkdir -pv ${BUILD_DIR}/initramfs-work/lib/firmware/
sudo cp -r ${BUILD_DIR}/pmos_root_mnt/lib/firmware/* ${BUILD_DIR}/initramfs-work/lib/firmware/
Expand Down

0 comments on commit 0226f3c

Please sign in to comment.