removing something to fix annoying indentation error.

This commit is contained in:
staticsafe 2012-02-23 11:48:08 -05:00
parent 40a21b1013
commit 2c76f7458f
1 changed files with 1 additions and 6 deletions

View File

@ -106,11 +106,6 @@ def checksandactions():
setzsh = call("chsh -s $(which zsh)", shell = True) setzsh = call("chsh -s $(which zsh)", shell = True)
zshhistory = call("touch ~/.zhistory", shell = True) zshhistory = call("touch ~/.zhistory", shell = True)
#Downloads environment update script
print "downloading environment update script"
urldownload(confurl = envupdate)
scriptperm = call("chmod a+x envupdate.sh", shell = True)
def envArch(): def envArch():
sudocheck() sudocheck()
#Install relevant packages #Install relevant packages