fixing some issues
This commit is contained in:
parent
0fca629ef4
commit
40a21b1013
|
@ -97,7 +97,7 @@ def checksandactions():
|
||||||
if os.path.isfile(conkydir) == True:
|
if os.path.isfile(conkydir) == True:
|
||||||
print ".conkyrc already exists, skipping download!"
|
print ".conkyrc already exists, skipping download!"
|
||||||
else:
|
else:
|
||||||
urldownload(confurl = conkydir)
|
urldownload(confurl = conkyrc)
|
||||||
|
|
||||||
if usershell == "/bin/zsh":
|
if usershell == "/bin/zsh":
|
||||||
print "Your default shell is already zsh! Skipping."
|
print "Your default shell is already zsh! Skipping."
|
||||||
|
@ -107,8 +107,8 @@ def checksandactions():
|
||||||
zshhistory = call("touch ~/.zhistory", shell = True)
|
zshhistory = call("touch ~/.zhistory", shell = True)
|
||||||
|
|
||||||
#Downloads environment update script
|
#Downloads environment update script
|
||||||
print "downloading environment update script"
|
print "downloading environment update script"
|
||||||
urldownload(confurl = envupdate)
|
urldownload(confurl = envupdate)
|
||||||
scriptperm = call("chmod a+x envupdate.sh", shell = True)
|
scriptperm = call("chmod a+x envupdate.sh", shell = True)
|
||||||
|
|
||||||
def envArch():
|
def envArch():
|
||||||
|
|
Loading…
Reference in New Issue