Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Seshpenguin committed Apr 27, 2023
1 parent 90199e6 commit 71b6b06
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/os-variants/embedded/embedded.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ 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`);
}
1 change: 1 addition & 0 deletions src/os-variants/mobile/mobile-stable.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 buildMobileStable() {
exec(`sudo arch-chroot ${ROOTFS_DIR} /bin/bash -x <<'EOF'
sudo pacman -R wireplumber --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 71b6b06

Please sign in to comment.