comparison python/install_config.py @ 43:ff7f771a9baf

oops
author Jeff Hammel <k0scist@gmail.com>
date Fri, 26 Mar 2010 13:56:34 -0700
parents 8cf361926883
children fc4b830a61e8 069a739d88ad
comparison
equal deleted inserted replaced
42:8cf361926883 43:ff7f771a9baf
55 execute(*postinstall_commands) 55 execute(*postinstall_commands)
56 56
57 # TODO: 57 # TODO:
58 # - ubuntu packages to install: 58 # - ubuntu packages to install:
59 PACKAGES="unison fluxbox antiword xclip" 59 PACKAGES="unison fluxbox antiword xclip"
60 echo "Ensure the following packages are installed:" 60 print "Ensure the following packages are installed:"
61 echo "sudo apt-get install $PACKAGES" 61 print "sudo apt-get install $PACKAGES"