setup: add dust to core packages and POV-Ray to blender module
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>main
parent
ae58b798b9
commit
86cf9b954f
|
|
@ -5,7 +5,7 @@ sudo pacman -Syu --noconfirm --needed \
|
||||||
7zip arch-install-scripts atftp atool \
|
7zip arch-install-scripts atftp atool \
|
||||||
base base-devel bc bind bluez btrfs-progs btop \
|
base base-devel bc bind bluez btrfs-progs btop \
|
||||||
cronie curl \
|
cronie curl \
|
||||||
dmidecode distrobox dosfstools \
|
dmidecode distrobox dosfstools dust \
|
||||||
e2fsprogs fail2ban fastfetch fd fdupes ffmpeg firefox flatpak fzf \
|
e2fsprogs fail2ban fastfetch fd fdupes ffmpeg firefox flatpak fzf \
|
||||||
gcc git glib2 greetd-tuigreet grub \
|
gcc git glib2 greetd-tuigreet grub \
|
||||||
hdparm htop inetutils iputils iwd jq ldns less libpulse linux linux-firmware lshw lsof \
|
hdparm htop inetutils iputils iwd jq ldns less libpulse linux linux-firmware lshw lsof \
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
|
||||||
sudo pacman -S --noconfirm --needed blender
|
sudo pacman -S --noconfirm --needed blender povray
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue