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:17:40 +01:00
parent 351620713f
commit 48c1179e95

View File

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