2
0
mirror of https://github.com/ComradCollective/Comrad synced 2024-11-03 23:15:33 +00:00
This commit is contained in:
quadrismegistus 2020-09-14 16:15:24 +01:00
parent 4e5b98fcc0
commit 351620713f
2 changed files with 2 additions and 5 deletions

View File

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

View File

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