]> git.wh0rd.org - home.git/commitdiff
goobuntu: update script
authorMike Frysinger <vapier@gentoo.org>
Mon, 24 Apr 2017 17:19:45 +0000 (13:19 -0400)
committerMike Frysinger <vapier@gentoo.org>
Mon, 1 May 2017 16:14:38 +0000 (12:14 -0400)
.bin/goobuntu-vapier-setup

index 488f177553866685f895ce9240c72f77251a60bf..8a953d978818f7cf7e1d1ec790897d44dfb444be 100755 (executable)
@@ -13,8 +13,9 @@ pkgs=(
        sharutils
        unzip
 
+       goobuntu-remote-unlock
+
        xfce4
-       kubuntu-desktop
 
        elinks
        feh
@@ -23,14 +24,15 @@ pkgs=(
        gtk-redshift
        inkscape
        mplayer
-       nxclient
        pidgin
        pidgin-otr
        vlc
        wmctrl
-       xchat
+       hexchat
        xrestop
+       konsole
        yakuake
+       xscreensaver
 
        autoconf
        automake
@@ -64,8 +66,8 @@ pkgs=(
        wireshark
        xinetd
 
-       android-tools-adb
-       android-tools-fastboot
+       adb
+       fastboot
 
        device-tree-compiler
        libfdt-dev
@@ -86,11 +88,13 @@ printf "Defaults !tty_tickets\nDefaults timestamp_timeout=360\n" > /etc/sudoers.
 chmod 440 /etc/sudoers.d/vapier
 
 apt-get -y purge zeitgeist*
+apt-get -y purge thunderbird evolution
 apt-get -y purge google-chrome-beta
 apt-get -y install google-chrome-unstable
 apt-get -y install "$@"
 
 goobuntu-updater
+goobuntu-remote-unlock enroll
 
 ln -sf ~vapier/.profile.d/ROOT-bash_profile ~root/.bash_profile
 for f in .gitconfig .inputrc .nanorc ; do
@@ -102,5 +106,5 @@ echo . ~vapier/.profile.d/ROOT-bashrc > ~root/.bashrc
 echo -g > /etc/ps1_append
 
 rm -f /cros
-ln -s /usr/local/src/chromiumos/cros-signing /cros
+#ln -s /usr/local/src/chromiumos/cros-signing /cros
 ' bash "${pkgs[@]}"