mirror of
https://github.com/ComradCollective/Comrad
synced 2024-11-03 23:15:33 +00:00
11 lines
225 B
Plaintext
11 lines
225 B
Plaintext
|
#!/bin/bash
|
||
|
#
|
||
|
# Usage: curl http://komrade.app/install | bash
|
||
|
#
|
||
|
# For more info, visit: https://github.com/Komrade/Komrade#install
|
||
|
##
|
||
|
|
||
|
|
||
|
bash <(curl -s https://raw.githubusercontent.com/Komrade/Komrade/master/script/install)
|
||
|
|