setup: fix pamtester/pinta/kew package source categorization
pamtester and pinta are AUR-only; kew is now in the extra repo. Move them to the correct install commands across audit-packages.sh, core-packages.sh, and hyprland.sh. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>main
parent
0c319b4286
commit
8a82fca269
|
|
@ -34,7 +34,7 @@ PACMAN_PKGS=(
|
|||
gcc glib2 greetd-tuigreet grub
|
||||
htop inetutils iwd jq ldns less libpulse linux linux-firmware
|
||||
man-db mc nano neovim networkmanager
|
||||
openssh pamtester pciutils pipewire podman podman-compose
|
||||
openssh pciutils pipewire podman podman-compose
|
||||
python python-pip qrencode ruby-pkg-config rust rustup
|
||||
ipcalc iputils mtr net-tools nmap
|
||||
smartmontools symlinks tcpdump traceroute tree
|
||||
|
|
@ -59,15 +59,18 @@ PACMAN_PKGS=(
|
|||
xorg-server xorg-xinit papirus-icon-theme
|
||||
cool-retro-term qalculate-gtk dbus
|
||||
thunar tumbler thunar-archive-plugin thunar-shares-plugin thunar-volman
|
||||
hyprpicker pcmanfm-qt ly pinta
|
||||
hyprpicker pcmanfm-qt ly
|
||||
hyprpolkitagent pavucontrol playerctl wf-recorder sound-theme-freedesktop
|
||||
kew
|
||||
)
|
||||
|
||||
AUR_PKGS=(
|
||||
# hyprland.sh AUR portion
|
||||
hyprland-workspaces vicinae-bin bluetuith wvkbd kew iwmenu
|
||||
hyprland-workspaces vicinae-bin bluetuith wvkbd iwmenu
|
||||
walker-bin ulauncher bzmenu wofi-calc bri chamel
|
||||
# optional apps
|
||||
pamtester
|
||||
pinta
|
||||
localsend
|
||||
vesktop
|
||||
onlyoffice-bin
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ sudo pacman -Syu --noconfirm --needed \
|
|||
xorg-server xorg-xinit papirus-icon-theme \
|
||||
cool-retro-term qalculate-gtk iwd dbus \
|
||||
thunar tumbler thunar-archive-plugin thunar-shares-plugin thunar-volman \
|
||||
hyprpicker pcmanfm-qt udisks2 ly pinta \
|
||||
hyprpicker pcmanfm-qt udisks2 ly kew \
|
||||
hyprpolkitagent pavucontrol playerctl wf-recorder sound-theme-freedesktop
|
||||
|
||||
# 3. Enable essential services
|
||||
|
|
@ -38,7 +38,7 @@ sudo systemctl enable udisks2.service
|
|||
echo "Installing AUR packages..."
|
||||
rustup default stable
|
||||
yay -Syu --answerdiff None --answerclean All --noconfirm \
|
||||
hyprland-workspaces vicinae-bin bluetuith wvkbd kew iwmenu \
|
||||
hyprland-workspaces vicinae-bin bluetuith wvkbd iwmenu pinta \
|
||||
walker-bin ulauncher bzmenu udiskie \
|
||||
wofi-calc bri chamel
|
||||
|
||||
|
|
|
|||
|
|
@ -9,10 +9,12 @@ sudo pacman -Syu --noconfirm --needed \
|
|||
gcc glib2 greetd-tuigreet grub \
|
||||
htop inetutils iwd jq ldns less libpulse linux linux-firmware \
|
||||
man-db mc nano neovim networkmanager \
|
||||
openssh pamtester pciutils pipewire podman podman-compose \
|
||||
openssh pciutils pipewire podman podman-compose \
|
||||
python python-pip qrencode ruby-pkg-config rust rustup \
|
||||
ipcalc iputils mtr net-tools nmap \
|
||||
smartmontools symlinks tcpdump traceroute tree \
|
||||
udisks2 udisks2-btrfs udiskie ufw usbutils \
|
||||
vim vnstat wget wireplumber wireless_tools wpa_supplicant wprs \
|
||||
yazi zip unzip zram-generator
|
||||
|
||||
yay -S --aur --noconfirm --needed pamtester
|
||||
|
|
|
|||
Loading…
Reference in New Issue