mirror of
https://github.com/ComradCollective/Comrad
synced 2024-11-03 23:15:33 +00:00
updates
This commit is contained in:
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…
Reference in New Issue
Block a user