2
0
mirror of https://github.com/ComradCollective/Comrad synced 2024-11-13 07:10:49 +00:00
Comrad/script/micro_installer
marxzuckerburg 25a0f165cd fix
2020-09-30 17:24:58 +01:00

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)