~codygarver/+junk/congrego-restructure

« back to all changes in this revision

Viewing changes to congrego.sh

  • Committer: Cody Garver
  • Date: 2013-08-28 09:27:41 UTC
  • Revision ID: cody@elementaryos.org-20130828092741-njkaswugp44c6krk
Initial Isis commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
fi
9
9
 
10
10
# check for dependencies
11
 
dependency_list='live-build syslinux-themes-elementary gfxboot-theme-ubuntu dpkg-dev syslinux zsync squashfs-tools dctrl-tools'
 
11
dependency_list='live-build syslinux-themes-elementary-isis gfxboot-theme-ubuntu dpkg-dev syslinux zsync squashfs-tools dctrl-tools'
12
12
for package in $dependency_list; do
13
13
dpkg -L "$package" >/dev/null 2>&1 || missing_dependencies="$missing_dependencies $package"
14
14
done