missing packages
This commit is contained in:
parent
709b93ccec
commit
1d66ca7665
16
1-setup.sh
16
1-setup.sh
|
|
@ -78,6 +78,7 @@ PKGS=(
|
||||||
'bluedevil'
|
'bluedevil'
|
||||||
'bluez'
|
'bluez'
|
||||||
'bluez-libs'
|
'bluez-libs'
|
||||||
|
'bluez-utils'
|
||||||
'breeze'
|
'breeze'
|
||||||
'breeze-gtk'
|
'breeze-gtk'
|
||||||
'bridge-utils'
|
'bridge-utils'
|
||||||
|
|
@ -91,9 +92,12 @@ PKGS=(
|
||||||
'discover'
|
'discover'
|
||||||
'dolphin'
|
'dolphin'
|
||||||
'dosfstools'
|
'dosfstools'
|
||||||
|
'dtc'
|
||||||
'efibootmgr' # EFI boot
|
'efibootmgr' # EFI boot
|
||||||
'egl-wayland'
|
'egl-wayland'
|
||||||
'exfat-utils'
|
'exfat-utils'
|
||||||
|
'extra-cmake-modules'
|
||||||
|
'filelite'
|
||||||
'flex'
|
'flex'
|
||||||
'fuse2'
|
'fuse2'
|
||||||
'fuse3'
|
'fuse3'
|
||||||
|
|
@ -109,16 +113,23 @@ PKGS=(
|
||||||
'gst-libav'
|
'gst-libav'
|
||||||
'gst-plugins-good'
|
'gst-plugins-good'
|
||||||
'gst-plugins-ugly'
|
'gst-plugins-ugly'
|
||||||
|
'gwenview'
|
||||||
'haveged'
|
'haveged'
|
||||||
'htop'
|
'htop'
|
||||||
'iptables-nft'
|
'iptables-nft'
|
||||||
'jdk-openjdk' # Java 17
|
'jdk-openjdk' # Java 17
|
||||||
'kate'
|
'kate'
|
||||||
|
'kcodecs'
|
||||||
|
'kcoreaddons'
|
||||||
|
'kde-plasma-addons'
|
||||||
|
'kinfocenter'
|
||||||
|
'kscreen'
|
||||||
'kvantum-qt5'
|
'kvantum-qt5'
|
||||||
'kde-gtk-config'
|
'kde-gtk-config'
|
||||||
'kitty'
|
'kitty'
|
||||||
'konsole'
|
'konsole'
|
||||||
'layer-shell-qt'
|
'layer-shell-qt'
|
||||||
|
'libdvdcss'
|
||||||
'libnewt'
|
'libnewt'
|
||||||
'libtool'
|
'libtool'
|
||||||
'linux'
|
'linux'
|
||||||
|
|
@ -144,11 +155,16 @@ PKGS=(
|
||||||
'patch'
|
'patch'
|
||||||
'picom'
|
'picom'
|
||||||
'pkgconf'
|
'pkgconf'
|
||||||
|
'plasma-nm'
|
||||||
|
'powerdevil'
|
||||||
'powerline-fonts'
|
'powerline-fonts'
|
||||||
'print-manager'
|
'print-manager'
|
||||||
'pulseaudio'
|
'pulseaudio'
|
||||||
'pulseaudio-alsa'
|
'pulseaudio-alsa'
|
||||||
'pulseaudio-bluetooth'
|
'pulseaudio-bluetooth'
|
||||||
|
'python-notify2'
|
||||||
|
'python-psutil'
|
||||||
|
'python-pyqt5'
|
||||||
'python-pip'
|
'python-pip'
|
||||||
'qemu'
|
'qemu'
|
||||||
'rsync'
|
'rsync'
|
||||||
|
|
|
||||||
|
|
@ -29,6 +29,7 @@ PKGS=(
|
||||||
'dxvk-bin' # DXVK DirectX to Vulcan
|
'dxvk-bin' # DXVK DirectX to Vulcan
|
||||||
'github-desktop-bin' # Github Desktop sync
|
'github-desktop-bin' # Github Desktop sync
|
||||||
'lightly-git'
|
'lightly-git'
|
||||||
|
'lightlyshaders-git'
|
||||||
'mangohud' # Gaming FPS Counter
|
'mangohud' # Gaming FPS Counter
|
||||||
'mangohud-common'
|
'mangohud-common'
|
||||||
'nerd-fonts-fira-code'
|
'nerd-fonts-fira-code'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue