]> git.wh0rd.org - home.git/blobdiff - .bin/glinux-vapier-setup
cros-board: update
[home.git] / .bin / glinux-vapier-setup
index 846e1f43440b1aca5b641afccc70c2c9e111c52f..18d9cc9a7304cd2e2de1d40bbdd67759de771f96 100755 (executable)
@@ -1,15 +1,14 @@
 #!/bin/bash
+
 pkgs=(
        cifs-utils
        clusterssh
        iotop
-       ipython
        pavucontrol
        pssh
        pylint
-       pylint3
-       python-mock
-       python-protobuf
+       python3-pip
+       python3-protobuf
        sharutils
        unzip
 
@@ -18,16 +17,11 @@ pkgs=(
        lvm2
        thin-provisioning-tools
 
-       xfce4
-       xfce4-goodies
-       xfce4-power-manager
-
        dict
        elinks
        feh
        gimp
        gkrellm
-       gtk-redshift
        inkscape
        mplayer
        mpv
@@ -42,7 +36,6 @@ pkgs=(
        optipng
        pngcrush
        yakuake
-       xscreensaver
 
        autoconf
        automake
@@ -60,6 +53,7 @@ pkgs=(
        gdb
        keychain
        libtool
+       ncal
        nfs-common
        patchutils
        pax-utils
@@ -70,12 +64,13 @@ pkgs=(
        texinfo
        tree
 
-       {g,c}kermit
+       dnsutils
+       gkermit
        minicom
        mosh
        netcat
        nfs-kernel-server
-       qemu
+       qemu-{user,system,utils}
        rsh-client
        telnet-ssl
        tftp{,d}-hpa
@@ -91,7 +86,6 @@ pkgs=(
        gnome-terminal
        mlterm
        pterm
-       rxvt
        rxvt-unicode
        stterm
        xterm
@@ -104,10 +98,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
 )
@@ -130,7 +123,7 @@ ln -sf ~vapier/.profile.d/ROOT-bash_profile ~root/.bash_profile
 for f in .gitconfig .inputrc .nanorc ; do
        ln -sf ~vapier/${f} ~root/${f}
 done
-rm -f ~root/.profile
+rm -f ~root/.profile ~root/.bashrc
 echo . ~vapier/.profile.d/ROOT-bashrc > ~root/.bashrc
 
 echo -g > /etc/ps1_append