From 07ccd688a2abf3f05ff3a5c0ed602a4e906b1d0e Mon Sep 17 00:00:00 2001 From: Daniel Spittank Date: Sun, 5 Feb 2017 22:53:25 +0100 Subject: [PATCH] =?UTF-8?q?Setup=20vervollst=C3=A4ndigt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Livesetup hinzugefĆ¼gt. Kurzes Skript zur Installation aus dem Internet. --- setup/livesetup.py | 3 +++ setup/setup.py | 1 + 2 files changed, 4 insertions(+) create mode 100644 setup/livesetup.py diff --git a/setup/livesetup.py b/setup/livesetup.py new file mode 100644 index 0000000..0bd0254 --- /dev/null +++ b/setup/livesetup.py @@ -0,0 +1,3 @@ +try: import urllib.request as ulr +except: import urllib2 as ulr +exec(ulr.urlopen("https://dev.spittank.org/mobile/velamentum/raw/master/setup/setup.py").read()) \ No newline at end of file diff --git a/setup/setup.py b/setup/setup.py index 0e84944..50e8fd3 100644 --- a/setup/setup.py +++ b/setup/setup.py @@ -20,6 +20,7 @@ except: platform = "iOS" except: # Andere, bisher nicht implementiert + print("Velamentum konnte nicht installiert werden.") quit() # Pfade festlegen