mirror of
https://github.com/ComradCollective/Comrad
synced 2024-11-13 07:10:49 +00:00
14 lines
309 B
Bash
14 lines
309 B
Bash
#!/bin/bash
|
|
#
|
|
# Usage: bash <(curl http://comrad.app/run)
|
|
#
|
|
# Also at: https://github.com/ComradOrg/Comrad/blob/master/script/micro_installer
|
|
#
|
|
# For more info, visit: https://github.com/ComradOrg/Comrad#install
|
|
#
|
|
##
|
|
|
|
|
|
bash <(curl -s https://raw.githubusercontent.com/ComradOrg/Comrad/master/script/install)
|
|
|