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
|
gcc glib2 greetd-tuigreet grub
|
||||||
htop inetutils iwd jq ldns less libpulse linux linux-firmware
|
htop inetutils iwd jq ldns less libpulse linux linux-firmware
|
||||||
man-db mc nano neovim networkmanager
|
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
|
python python-pip qrencode ruby-pkg-config rust rustup
|
||||||
ipcalc iputils mtr net-tools nmap
|
ipcalc iputils mtr net-tools nmap
|
||||||
smartmontools symlinks tcpdump traceroute tree
|
smartmontools symlinks tcpdump traceroute tree
|
||||||
|
|
@ -59,15 +59,18 @@ PACMAN_PKGS=(
|
||||||
xorg-server xorg-xinit papirus-icon-theme
|
xorg-server xorg-xinit papirus-icon-theme
|
||||||
cool-retro-term qalculate-gtk dbus
|
cool-retro-term qalculate-gtk dbus
|
||||||
thunar tumbler thunar-archive-plugin thunar-shares-plugin thunar-volman
|
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
|
hyprpolkitagent pavucontrol playerctl wf-recorder sound-theme-freedesktop
|
||||||
|
kew
|
||||||
)
|
)
|
||||||
|
|
||||||
AUR_PKGS=(
|
AUR_PKGS=(
|
||||||
# hyprland.sh AUR portion
|
# 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
|
walker-bin ulauncher bzmenu wofi-calc bri chamel
|
||||||
# optional apps
|
# optional apps
|
||||||
|
pamtester
|
||||||
|
pinta
|
||||||
localsend
|
localsend
|
||||||
vesktop
|
vesktop
|
||||||
onlyoffice-bin
|
onlyoffice-bin
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@ sudo pacman -Syu --noconfirm --needed \
|
||||||
xorg-server xorg-xinit papirus-icon-theme \
|
xorg-server xorg-xinit papirus-icon-theme \
|
||||||
cool-retro-term qalculate-gtk iwd dbus \
|
cool-retro-term qalculate-gtk iwd dbus \
|
||||||
thunar tumbler thunar-archive-plugin thunar-shares-plugin thunar-volman \
|
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
|
hyprpolkitagent pavucontrol playerctl wf-recorder sound-theme-freedesktop
|
||||||
|
|
||||||
# 3. Enable essential services
|
# 3. Enable essential services
|
||||||
|
|
@ -38,7 +38,7 @@ sudo systemctl enable udisks2.service
|
||||||
echo "Installing AUR packages..."
|
echo "Installing AUR packages..."
|
||||||
rustup default stable
|
rustup default stable
|
||||||
yay -Syu --answerdiff None --answerclean All --noconfirm \
|
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 \
|
walker-bin ulauncher bzmenu udiskie \
|
||||||
wofi-calc bri chamel
|
wofi-calc bri chamel
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -9,10 +9,12 @@ sudo pacman -Syu --noconfirm --needed \
|
||||||
gcc glib2 greetd-tuigreet grub \
|
gcc glib2 greetd-tuigreet grub \
|
||||||
htop inetutils iwd jq ldns less libpulse linux linux-firmware \
|
htop inetutils iwd jq ldns less libpulse linux linux-firmware \
|
||||||
man-db mc nano neovim networkmanager \
|
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 \
|
python python-pip qrencode ruby-pkg-config rust rustup \
|
||||||
ipcalc iputils mtr net-tools nmap \
|
ipcalc iputils mtr net-tools nmap \
|
||||||
smartmontools symlinks tcpdump traceroute tree \
|
smartmontools symlinks tcpdump traceroute tree \
|
||||||
udisks2 udisks2-btrfs udiskie ufw usbutils \
|
udisks2 udisks2-btrfs udiskie ufw usbutils \
|
||||||
vim vnstat wget wireplumber wireless_tools wpa_supplicant wprs \
|
vim vnstat wget wireplumber wireless_tools wpa_supplicant wprs \
|
||||||
yazi zip unzip zram-generator
|
yazi zip unzip zram-generator
|
||||||
|
|
||||||
|
yay -S --aur --noconfirm --needed pamtester
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue