summaryrefslogtreecommitdiff
path: root/helpers/lh_installtasks
blob: 0a21a4a4b4dfdad3d6a0a8ba9ae0b918d730a3ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

# lh_installtasks

# Install aptitude tasks
if [ -n "${LIVE_TASKS}" ]
then
	for TASK in ${LIVE_TASKS}
	do
		lh_chroot "aptitude install --assume-yes ${TASK}"
	done
fi