fixing some issues

This commit is contained in:
staticsafe 2012-02-23 11:29:45 -05:00
parent 0fca629ef4
commit 40a21b1013
1 changed files with 3 additions and 3 deletions

View File

@ -97,7 +97,7 @@ def checksandactions():
if os.path.isfile(conkydir) == True:
print ".conkyrc already exists, skipping download!"
else:
urldownload(confurl = conkydir)
urldownload(confurl = conkyrc)
if usershell == "/bin/zsh":
print "Your default shell is already zsh! Skipping."
@ -107,8 +107,8 @@ def checksandactions():
zshhistory = call("touch ~/.zhistory", shell = True)
#Downloads environment update script
print "downloading environment update script"
urldownload(confurl = envupdate)
print "downloading environment update script"
urldownload(confurl = envupdate)
scriptperm = call("chmod a+x envupdate.sh", shell = True)
def envArch():