Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Seshpenguin committed Oct 24, 2023
1 parent 64218f7 commit ec3d639
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/custom-packages/sdm845-support.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ export function compileSDM845SupportPackages() {
exec(`sudo arch-chroot ${ROOTFS_DIR} /bin/bash -x <<'EOF'
set -e
mkdir -pv
cd /tmp
git clone https://github.com/andersson/rmtfs.git
cd rmtfs
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ async function main() {
yes | pacman-key --init
yes | pacman-key --populate ${arch === "arm64" ? "archlinuxarm" : "archlinux"}
pacman -Syu --noconfirm
pacman -S --noconfirm base-devel git nano neofetch htop wget curl sudo bash-completion dialog qt6-base qt6-tools polkit libpipewire pipewire pipewire-pulse libwireplumber wireplumber libxcvt libnm networkmanager modemmanager wpa_supplicant libqalculate distcc ccache gdb
pacman -S --noconfirm base-devel git nano neofetch htop wget curl sudo bash-completion dialog qt6-base qt6-tools polkit libpipewire pipewire pipewire-pulse libwireplumber wireplumber libxcvt libnm networkmanager modemmanager wpa_supplicant libqalculate distcc ccache gdb kwayland
pacman -S --noconfirm bluez xorg-xwayland openssh mold nodejs npm flatpak rsync
pacman -S --noconfirm appstream-qt libdmtx libxaw lua ttf-hack qrencode xorg-xmessage xorg-xsetroot zxing-cpp accountsservice exiv2 lmdb zsync
pacman -S --noconfirm maliit-keyboard qt5-graphicaleffects xdotool libdisplay-info qcoro-qt6 gpgme
Expand Down

0 comments on commit ec3d639

Please sign in to comment.