]> git.wh0rd.org - home.git/blobdiff - .bin/glinux-vapier-setup
cros-board: update
[home.git] / .bin / glinux-vapier-setup
index b037719919ef5c9d2b9bd096a5e9ff5847257d9e..18d9cc9a7304cd2e2de1d40bbdd67759de771f96 100755 (executable)
@@ -1,30 +1,27 @@
 #!/bin/bash
+
 pkgs=(
        cifs-utils
        clusterssh
        iotop
-       ipython
        pavucontrol
        pssh
        pylint
-       python-mox
-       python-mock
-       python-protobuf
+       python3-pip
+       python3-protobuf
        sharutils
        unzip
 
+       become
        goobuntu-remote-unlock
-
-       xfce4
-       xfce4-goodies
-       xfce4-power-manager
+       lvm2
+       thin-provisioning-tools
 
        dict
        elinks
        feh
        gimp
        gkrellm
-       gtk-redshift
        inkscape
        mplayer
        mpv
@@ -39,7 +36,6 @@ pkgs=(
        optipng
        pngcrush
        yakuake
-       xscreensaver
 
        autoconf
        automake
@@ -57,20 +53,24 @@ pkgs=(
        gdb
        keychain
        libtool
+       ncal
        nfs-common
+       patchutils
        pax-utils
+       pinfo
        screen
        strace
        subversion
        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
@@ -86,21 +86,22 @@ pkgs=(
        gnome-terminal
        mlterm
        pterm
-       rxvt
        rxvt-unicode
        stterm
        xterm
 
        device-tree-compiler
+       libcap-dev
+       libcap-ng-dev
        libfdt-dev
        libftdi-dev
        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
 )
 sudo bash -c '
@@ -122,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