Skip to content

Commit

Permalink
remove pacman kwayland
Browse files Browse the repository at this point in the history
  • Loading branch information
Seshpenguin committed Oct 21, 2023
1 parent 7ee67b6 commit de0721b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,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 kwayland 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
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 de0721b

Please sign in to comment.