Setup vervollständigt
Livesetup hinzugefügt. Kurzes Skript zur Installation aus dem Internet.
This commit is contained in:
parent
b7cd140af8
commit
07ccd688a2
2 changed files with 4 additions and 0 deletions
3
setup/livesetup.py
Normal file
3
setup/livesetup.py
Normal file
|
@ -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())
|
|
@ -20,6 +20,7 @@ except:
|
|||
platform = "iOS"
|
||||
except:
|
||||
# Andere, bisher nicht implementiert
|
||||
print("Velamentum konnte nicht installiert werden.")
|
||||
quit()
|
||||
|
||||
# Pfade festlegen
|
||||
|
|
Loading…
Reference in a new issue