diff --git a/script/install-komrade.sh b/script/install-komrade.sh index 1b7fbca..4dc3bfc 100644 --- a/script/install-komrade.sh +++ b/script/install-komrade.sh @@ -6,7 +6,7 @@ # index_main() { set -e - curl https://raw.githubusercontent.com/Komrade/Komrade/master/script/komrade-installer.py | python - + python -c "$(curl -s https://raw.githubusercontent.com/Komrade/Komrade/master/script/komrade-installer.py)" } index_main \ No newline at end of file