setup: remove podman and cockpit from core-packages
podman, podman-compose, cockpit, cockpit-files, cockpit-podman all have dedicated optional modules — no reason to install them on every system. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>main
parent
5455a26a28
commit
36366a623b
|
|
@ -4,12 +4,12 @@ set -euo pipefail
|
||||||
sudo pacman -Syu --noconfirm --needed \
|
sudo pacman -Syu --noconfirm --needed \
|
||||||
7zip arch-install-scripts atftp atool \
|
7zip arch-install-scripts atftp atool \
|
||||||
base base-devel bind bluez btrfs-progs btop \
|
base base-devel bind bluez btrfs-progs btop \
|
||||||
cockpit cockpit-files cockpit-podman cronie curl \
|
cronie curl \
|
||||||
distrobox fail2ban fastfetch fd fdupes ffmpeg firefox flatpak \
|
distrobox fail2ban fastfetch fd fdupes ffmpeg firefox flatpak \
|
||||||
gcc glib2 greetd-tuigreet grub \
|
gcc glib2 greetd-tuigreet grub \
|
||||||
htop inetutils iputils iwd jq ldns less libpulse linux linux-firmware \
|
htop inetutils iputils iwd jq ldns less libpulse linux linux-firmware \
|
||||||
man-db mc nano neovim networkmanager \
|
man-db mc nano neovim networkmanager \
|
||||||
onefetch openssh pciutils pipewire podman podman-compose \
|
onefetch openssh pciutils pipewire \
|
||||||
python python-pip qrencode ruby-pkg-config rust rustup \
|
python python-pip qrencode ruby-pkg-config rust rustup \
|
||||||
smartmontools symlinks tldr tree \
|
smartmontools symlinks tldr tree \
|
||||||
udisks2 udisks2-btrfs udiskie ufw usbutils \
|
udisks2 udisks2-btrfs udiskie ufw usbutils \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue