summaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2015-03-28 15:34:21 +0300
committerIgor Pashev <pashev.igor@gmail.com>2015-03-28 15:34:21 +0300
commit5e05f677f2ceb328a73456b7b2cacfe69b994641 (patch)
tree36db2acc5ff0a7ddef894875c202cc43567f34c1 /install
parent9a4512843dc610ce268cf4270673a0985f7bd348 (diff)
downloadlive-5e05f677f2ceb328a73456b7b2cacfe69b994641.tar.gz
Install `less`
Diffstat (limited to 'install')
-rwxr-xr-xinstall4
1 files changed, 2 insertions, 2 deletions
diff --git a/install b/install
index ec2f901..91d4d77 100755
--- a/install
+++ b/install
@@ -93,7 +93,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 ping traceroute host
+ mutt wget curl openssh-server ping traceroute host less
'''.split(),
},
{
@@ -103,7 +103,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 ping traceroute host
+ gnupg-agent openssh-client ping traceroute host less
'''.split(),
},
]