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."
|
||||||
|
|
Loading…
Reference in New Issue