removing something to fix annoying indentation error.
This commit is contained in:
parent
40a21b1013
commit
2c76f7458f
|
@ -104,12 +104,7 @@ def checksandactions():
|
||||||
else:
|
else:
|
||||||
print "Setting default shell for this user to zsh! Log out and log back in to see changes."
|
print "Setting default shell for this user to zsh! Log out and log back in to see changes."
|
||||||
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()
|
||||||
|
|
Loading…
Reference in New Issue