indentation?
This commit is contained in:
parent
96173da61b
commit
0fca629ef4
|
@ -107,8 +107,9 @@ 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"
|
||||||
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():
|
||||||
sudocheck()
|
sudocheck()
|
||||||
|
|
Loading…
Reference in New Issue