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 71b6b06 commit c3bfdbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/os-variants/mobile/mobile-stable.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { BUILD_DIR, ROOTFS_DIR, OUTPUT_DIR, FILES_DIR, arch, TARGET_DEVICE, PROL

export async function buildMobileStable() {
exec(`sudo arch-chroot ${ROOTFS_DIR} /bin/bash -x <<'EOF'
sudo pacman -R wireplumber --noconfirm
yes | sudo pacman -S pipewire-media-session --noconfirm
echo "[danctnix]" >> /etc/pacman.conf
echo 'Server = https://p64.arikawa-hi.me/$repo/$arch/' >> /etc/pacman.conf
echo "SigLevel = Never" >> /etc/pacman.conf
Expand Down

0 comments on commit c3bfdbd

Please sign in to comment.