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