posting
quadrismegistus 4 years ago
parent 4e5b98fcc0
commit 351620713f

@ -6,7 +6,7 @@
#
index_main() {
set -e
curl -s -S -L https://github.com/Komrade/Komrade/blob/master/script/komrade-installer.py | bash
curl https://raw.githubusercontent.com/Komrade/Komrade/master/script/komrade-installer.py | python -
}
index_main

@ -1,4 +1,3 @@
#!/usr/bin/env python3
URL_PYENV = 'https://raw.githubusercontent.com/pyenv/pyenv-installer/master/bin/pyenv-installer'
@ -88,6 +87,4 @@ echo `which pyenv`
''')
if __name__ == '__main__':
main()
main()
Loading…
Cancel
Save