From 9c7b1fa2fe474b3c0fd1f28ff806d0f5013bc23d Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 30 Nov 2023 16:54:23 -0500 Subject: [PATCH] glinux-setup: update package list --- .bin/glinux-vapier-setup | 25 +++++++------------------ 1 file changed, 7 insertions(+), 18 deletions(-) diff --git a/.bin/glinux-vapier-setup b/.bin/glinux-vapier-setup index f2e5590..4c851f7 100755 --- a/.bin/glinux-vapier-setup +++ b/.bin/glinux-vapier-setup @@ -1,17 +1,14 @@ #!/bin/bash + pkgs=( cifs-utils clusterssh iotop - ipython pavucontrol pssh pylint - pylint3 - python-mock - python-pip python3-pip - python-protobuf - python-virtualenv + python3-pip + python3-protobuf sharutils unzip @@ -20,16 +17,11 @@ pkgs=( lvm2 thin-provisioning-tools - xfce4 - xfce4-goodies - xfce4-power-manager - dict elinks feh gimp gkrellm - gtk-redshift inkscape mplayer mpv @@ -44,7 +36,6 @@ pkgs=( optipng pngcrush yakuake - xscreensaver autoconf automake @@ -73,12 +64,12 @@ pkgs=( tree dnsutils - {g,c}kermit + gkermit minicom mosh netcat nfs-kernel-server - qemu + qemu-{user,system,utils} rsh-client telnet-ssl tftp{,d}-hpa @@ -94,7 +85,6 @@ pkgs=( gnome-terminal mlterm pterm - rxvt rxvt-unicode stterm xterm @@ -107,10 +97,9 @@ pkgs=( liblzma-dev libpixman-1-dev libreadline-dev - libsdl1.2-dev libusb-1.0-0-dev - python-beautifulsoup - python-dev + python3-bs4 + python3-dev virtualenv zlib1g-dev ) -- 2.39.2