summaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2014-06-03 14:43:08 +0400
committerIgor Pashev <pashev.igor@gmail.com>2014-06-03 14:43:08 +0400
commit6d786f5af7af30cf1d59283067200f1bc2bb0746 (patch)
tree8a93dbf31ce38b16c98223ba6a4e5425ee8a76a4 /install
parent367c77c113555719bc06d2685269065a9db22527 (diff)
downloadlive-6d786f5af7af30cf1d59283067200f1bc2bb0746.tar.gz
Install ping, traceroute, host
Diffstat (limited to 'install')
-rwxr-xr-xinstall4
1 files changed, 2 insertions, 2 deletions
diff --git a/install b/install
index 7b419b3..5eed92d 100755
--- a/install
+++ b/install
@@ -92,7 +92,7 @@ profiles = [
'desc' : 'Basic system without X',
# Some packages may be absent, they will be skipped:
'packages' : '''locales vim bash-completion mc sudo lynx
- mutt wget curl openssh-server
+ mutt wget curl openssh-server ping traceroute host
'''.split(),
},
{
@@ -102,7 +102,7 @@ profiles = [
sylpheed geany lightdm pidgin evince sudo gimp midori stardict mirage
xorg xfce4 xfce4-terminal dbus curl wget transmission-gtk xarchiver
xfce4-screenshooter xfce4-clipman-plugin gksu libgtk2-perl xfce4-xkb-plugin
- gnupg-agent openssh-client
+ gnupg-agent openssh-client ping traceroute host
'''.split(),
},
]