Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Seshpenguin committed Apr 27, 2023
1 parent 0b4d87e commit 90199e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/os-variants/embedded/embedded.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { BUILD_DIR, ROOTFS_DIR, OUTPUT_DIR, FILES_DIR, arch, TARGET_DEVICE, PROL

export async function buildEmbedded() {
exec(`sudo arch-chroot ${ROOTFS_DIR} /bin/bash -x <<'EOF'
sudo pacman -R wireplumber --noconfirm
sudo pacman -S --noconfirm plasma-meta plasma-wayland-session konsole firefox dolphin
EOF`);
}

0 comments on commit 90199e6

Please sign in to comment.