adding archive for easy downloading purposes
This commit is contained in:
parent
faf6aec2c7
commit
e6b552268b
@ -23,7 +23,7 @@ def rootcheck():
|
|||||||
print 'Root check: PASSED!'
|
print 'Root check: PASSED!'
|
||||||
|
|
||||||
def urldownload(confurl = ""):
|
def urldownload(confurl = ""):
|
||||||
#Thanks PabloG from StackExchange for this little snippet
|
#Thanks PabloG from StackExchange for this little snippet - http://stackoverflow.com/a/22776
|
||||||
url = confurl
|
url = confurl
|
||||||
|
|
||||||
file_name = url.split('/')[-1]
|
file_name = url.split('/')[-1]
|
||||||
@ -83,7 +83,7 @@ def main():
|
|||||||
if currentdir != homedir:
|
if currentdir != homedir:
|
||||||
os.chdir(homedir)
|
os.chdir(homedir)
|
||||||
else:
|
else:
|
||||||
print "Home directory check : PASSED!'"
|
print "Home directory check : PASSED!"
|
||||||
|
|
||||||
#distrocheck
|
#distrocheck
|
||||||
userdistro = platform.linux_distribution()
|
userdistro = platform.linux_distribution()
|
||||||
|
BIN
vimdir.tar.bz2
Normal file
BIN
vimdir.tar.bz2
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user