diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-08-20 20:21:34 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-08-20 20:21:34 (EDT) |
commit | 1362bf3a3f35ce014c4c7ab4637ef381d98b4394 (patch) | |
tree | 311404c61f322df42d370aa91348c2775d072fec /hosts/alsvid3/postinst | |
parent | 0814c80586e5ead591ffec2856460a964edd60b4 (diff) | |
download | pc-inst-1362bf3a3f35ce014c4c7ab4637ef381d98b4394.zip pc-inst-1362bf3a3f35ce014c4c7ab4637ef381d98b4394.tar.gz pc-inst-1362bf3a3f35ce014c4c7ab4637ef381d98b4394.tar.bz2 |
alsvid3: dfen htop
Diffstat (limited to 'hosts/alsvid3/postinst')
-rw-r--r-- | hosts/alsvid3/postinst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hosts/alsvid3/postinst b/hosts/alsvid3/postinst index 268256a..cb5fcaa 100644 --- a/hosts/alsvid3/postinst +++ b/hosts/alsvid3/postinst @@ -159,8 +159,8 @@ in_target sudo -u pj vcsh clone ssh://git@git.pehjota.net/dotfiles/mr.git mr \ || return 1 in_target sudo -u pj mr update || return 1 in_target sudo -u pj /home/pj/bin/dfen claws-mail clipit fluxbox geeqie gimp \ - gpicview gtk keychain kicad midori mpd mpv pbuilder redshift trisquel \ - xdg-user-dirs xfce4-terminal xscreensaver + gpicview gtk htop keychain kicad midori mpd mpv pbuilder redshift \ + trisquel xdg-user-dirs xfce4-terminal xscreensaver # Create XDG directories. sed 's/#.*$//; /^$/d;' "${target}/home/pj/.config/user-dirs.dirs" | \ |