fixing another syntax error
This commit is contained in:
parent
daa4f34954
commit
56ee1b4230
|
@ -83,7 +83,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 ~/.zshistory". shell = True)
|
zshhistory = call("touch ~/.zshistory", shell = True)
|
||||||
|
|
||||||
def envArch():
|
def envArch():
|
||||||
sudocheck()
|
sudocheck()
|
||||||
|
|
Loading…
Reference in New Issue