adding archive for easy downloading purposes

This commit is contained in:
staticsafe 2012-01-05 13:45:36 -05:00
parent faf6aec2c7
commit e6b552268b
2 changed files with 2 additions and 2 deletions

View File

@ -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

Binary file not shown.