diff options
| author | Matt Hunter <m@lfurio.us> | 2025-07-22 05:25:10 -0400 |
|---|---|---|
| committer | Matt Hunter <m@lfurio.us> | 2026-01-26 05:38:18 -0500 |
| commit | a84db2dc22d59dabd05c40dcd5f07302136a4260 (patch) | |
| tree | fb650ccb720026732a29a4b10c696098e2ee2ba7 | |
| parent | 40cd448b952dc817dc33957bbc24ced5e095ed89 (diff) | |
| download | rice-a84db2dc22d59dabd05c40dcd5f07302136a4260.tar.gz rice-a84db2dc22d59dabd05c40dcd5f07302136a4260.zip | |
Debian packages
| -rwxr-xr-x | rice/install_pkgs.sh | 47 |
1 files changed, 23 insertions, 24 deletions
diff --git a/rice/install_pkgs.sh b/rice/install_pkgs.sh index 4b18f13..e7ef77a 100755 --- a/rice/install_pkgs.sh +++ b/rice/install_pkgs.sh @@ -1,5 +1,8 @@ #!/bin/sh -installcmd="pacman -Syu --needed --noconfirm" +export DEBIAN_FRONTEND=noninteractive +apt update +apt full-upgrade --yes +installcmd="apt install --yes" sed '1,/^exit$/d;/^#/d' -- "$0" | xargs -tP1 $installcmd exit @@ -12,43 +15,39 @@ feh file fish gdb -gef +#gef git hexedit htop -ipython -netcat +ipython3 +netcat-openbsd p7zip -python-adblock +#python-adblock qutebrowser tig tree -unclutter +unclutter-xfixes unzip vim wget -#xxd +xxd # Xorg -libxcb +compton +libpam0g-dev +libx11-xcb-dev +libxcb-res0-dev +libxcb1-dev +libxft-dev +libxinerama-dev +libxrandr-dev lxrandr numlockx -picom -xorg-server -xorg-xinit -xorg-xinput -xorg-xset -xorg-xsetroot +x11-xserver-utils +xinit +xinput # distro -base -base-devel -dhcpcd -linux -linux-firmware -linux-headers +build-essential man-db -man-pages -pacman-contrib -polkit -ttf-dejavu +manpages |
