2
0
mirror of https://github.com/ComradCollective/Comrad synced 2024-11-13 07:10:49 +00:00
Comrad/script/micro_installer
2020-09-29 14:09:56 +01:00

14 lines
300 B
Bash

#!/bin/bash
#
# Usage: bash <(curl http://comrad.app/run)
#
# Also at: https://github.com/Comrad/Comrad/blob/master/script/micro_installer
#
# For more info, visit: https://github.com/Comrad/Comrad#install
#
##
bash <(curl -s https://raw.githubusercontent.com/Comrad/Comrad/master/script/install)